We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ffc948 commit 83bcbadCopy full SHA for 83bcbad
1 file changed
.github/workflows/test.yaml
@@ -59,7 +59,7 @@ jobs:
59
ctest --test-dir out/debug-cxx --verbose --timeout 120 -C Debug
60
61
- name: Release, C++, SIMD
62
- if: matrix.tests == 'basic' && runner.os != 'Windows' && matrix.os != 'macos-15-intel'
+ if: matrix.tests == 'basic' && runner.os != 'Windows' && matrix.os != 'macos-15-intel' && matrix.os != 'macos-14'
63
run: |
64
cmake . -B out/release-cxx -DCMAKE_BUILD_TYPE=Release -DMI_OPT_ARCH=ON -DMI_OPT_SIMD=ON -DMI_USE_CXX=ON
65
cmake --build out/release-cxx --parallel 8 --config Release
0 commit comments