We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57e731a commit c7f3ab9Copy full SHA for c7f3ab9
.github/workflows/ci.yml
@@ -172,15 +172,15 @@ jobs:
172
- "ON"
173
- "OFF"
174
exclude:
175
- - cc: gcc-12
+ - os: ubuntu-22.04
176
cxx: clang
177
- - cc: clang
178
- cxx: g++-12
179
- os: macos-14
180
cc: gcc-12
181
cxx: g++-12
182
183
omp: "ON"
+ - os: macos-14
+ mpi: "ON"
184
steps:
185
- uses: actions/checkout@v4
186
0 commit comments