Skip to content

Commit

Permalink
ci: make one of the Mac tests build for avx2 (#4188)
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Gritz <lg@larrygritz.com>
  • Loading branch information
lgritz committed Mar 16, 2024
1 parent 85d2e4a commit 93c5093
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,7 @@ jobs:
cxx_std: 17
python_ver: "3.11"
aclang: 14
simd: sse4.2,avx2
- desc: MacOS-14-ARM
runner: macos-14
nametag: macos14-arm-py311
Expand All @@ -488,6 +489,7 @@ jobs:
CXX: clang++
CMAKE_CXX_STANDARD: ${{ matrix.cxx_std }}
PYTHON_VERSION: ${{ matrix.python_ver }}
USE_SIMD: ${{matrix.simd}}
CTEST_TEST_TIMEOUT: 600
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
Expand Down

0 comments on commit 93c5093

Please sign in to comment.