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 c7f3ab9 commit 56fb2bcCopy full SHA for 56fb2bc
.github/workflows/ci.yml
@@ -50,16 +50,18 @@ jobs:
50
- "ON"
51
- "OFF"
52
exclude:
53
- - cc: gcc-12
+ - os: ubuntu-22.04
54
+ cc: clang
55
56
cxx: clang
- - cc: clang
- cxx: g++-12
57
- os: macos-14
58
cc: gcc-12
59
+ - os: macos-14
60
cxx: g++-12
61
62
omp: "ON"
-
63
64
+ mpi: "ON"
65
steps:
66
- uses: actions/checkout@v4
67
@@ -172,10 +174,13 @@ jobs:
172
174
173
175
176
177
178
179
- os: ubuntu-22.04
180
181
182
183
184
185
186
0 commit comments