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 7447c66 commit 49c014eCopy full SHA for 49c014e
.github/workflows/cmake.yml
@@ -148,6 +148,7 @@ jobs:
148
ctest --test-dir builddir -j --output-on-failure -V
149
150
cmake-osx:
151
+ if: false
152
# Set the name of this build, variable depending on the OS
153
name: ${{ matrix.os }} ${{ matrix.compiler_mpi }} openmp=${{ matrix.openmp }} ${{ matrix.build_type }}
154
strategy:
@@ -220,7 +221,7 @@ jobs:
220
221
cmake-windows:
222
# build on windows using ifort with intelmpi and mkl based on
223
# https://github.com/oneapi-src/oneapi-ci
-
224
225
name: windows ${{matrix.compiler}} intelmpi openmp=${{ matrix.openmp }} ${{ matrix.build_type }}
226
runs-on: [windows-latest]
227
0 commit comments