Skip to content

Commit b12047c

Browse files
committed
Github workflows CI disable SIMD
1 parent d271a5e commit b12047c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
os : [ macos-latest ]
19+
os : [ macos-15 ]
2020
cxx : [ clang++ ]
2121
build_type : [ Debug ]
2222

@@ -27,6 +27,7 @@ jobs:
2727
CMAKE_CONFIG : >
2828
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
2929
-DLIBINTX_MAX_L=2
30+
-DLIBINTX_SIMD=OFF
3031
3132
steps:
3233
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)