From 3b9201183632dbb26e153be8d2527615c5d4023d Mon Sep 17 00:00:00 2001 From: Larry Gritz Date: Sat, 16 Mar 2024 09:01:05 -0700 Subject: [PATCH] ci: make one of the Mac tests build for avx2 (#4188) Signed-off-by: Larry Gritz --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c8585c695..13f6c8db22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -483,6 +483,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 @@ -495,6 +496,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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1