Skip to content

Commit c7f3ab9

Browse files
committed
Update excludes to get the jobs I want
1 parent 57e731a commit c7f3ab9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,15 +172,15 @@ jobs:
172172
- "ON"
173173
- "OFF"
174174
exclude:
175-
- cc: gcc-12
175+
- os: ubuntu-22.04
176176
cxx: clang
177-
- cc: clang
178-
cxx: g++-12
179177
- os: macos-14
180178
cc: gcc-12
181179
cxx: g++-12
182180
- os: macos-14
183181
omp: "ON"
182+
- os: macos-14
183+
mpi: "ON"
184184
steps:
185185
- uses: actions/checkout@v4
186186

0 commit comments

Comments
 (0)