Skip to content

Commit c70751b

Browse files
committed
exclude SIMD C++ test on macOS
1 parent 83bcbad commit c70751b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
ctest --test-dir out/debug-cxx --verbose --timeout 120 -C Debug
6060
6161
- name: Release, C++, SIMD
62-
if: matrix.tests == 'basic' && runner.os != 'Windows' && matrix.os != 'macos-15-intel' && matrix.os != 'macos-14'
62+
if: matrix.tests == 'basic' && runner.os == 'Linux'
6363
run: |
6464
cmake . -B out/release-cxx -DCMAKE_BUILD_TYPE=Release -DMI_OPT_ARCH=ON -DMI_OPT_SIMD=ON -DMI_USE_CXX=ON
6565
cmake --build out/release-cxx --parallel 8 --config Release

0 commit comments

Comments
 (0)