Skip to content
Snippets Groups Projects
Verified Commit 9c436f75 authored by Guilherme Amadio's avatar Guilherme Amadio
Browse files

Drop ISA options on macOS (now built on ARM64)

parent 248fff13
No related branches found
No related tags found
No related merge requests found
......@@ -34,21 +34,16 @@ jobs:
run: env CC=${CC} CXX=${CC/g*/g++} ctest -VV -S cmake/TestVecCore.cmake,${{matrix.target}}
macos:
name: MacOS
name: MacOS (arm64)
runs-on: macos-latest
strategy:
fail-fast: true
matrix:
target: [ sse2, sse4.2 ]
steps:
- uses: actions/checkout@master
with:
fetch-depth: 1
- name: CTest Build
run: ctest -VV -S cmake/TestVecCore.cmake,${{matrix.target}}
run: ctest -VV -S cmake/TestVecCore.cmake
windows:
name: Windows
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment