Skip to content

Commit 19e73c9

Browse files
committed
macOS 15 for PETSc workflows
1 parent eb4da6f commit 19e73c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/full-mpich.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
strategy:
7070
fail-fast: false
7171
matrix:
72-
version: [13, 14]
72+
version: [13, 14, 15]
7373
cfg:
7474
- {opts: --enable-debug}
7575
- {opts: --enable-optim --enable-generic}

.github/workflows/full-openmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
strategy:
7070
fail-fast: false
7171
matrix:
72-
version: [13, 14]
72+
version: [13, 14, 15]
7373
cfg:
7474
- {opts: --enable-debug}
7575
- {opts: --enable-optim --enable-generic}

0 commit comments

Comments
 (0)