ci: pin to avx for macos (#3502)

Related to #3439

Will see after a few weeks if the problem resurfaces. All macos related
caches have been purged to eliminate that as a possibility.
This commit is contained in:
Tyler Wilding
2024-05-01 22:00:56 -04:00
committed by GitHub
parent f9e0aa82bc
commit 6569636abf
2 changed files with 8 additions and 3 deletions
+2 -2
View File
@@ -47,8 +47,8 @@ jobs:
- name: Build Project
run: cmake --build build --parallel $((`sysctl -n hw.logicalcpu`))
# - name: Run Tests
# run: ./test.sh
- name: Run Tests
run: ./test.sh
- name: Prepare artifacts
if: ${{ inputs.uploadArtifacts }}