Skip to content
Snippets Groups Projects
Commit 97037919 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

ci: remove useless builds

parent a11c5231
No related branches found
No related tags found
No related merge requests found
...@@ -30,6 +30,12 @@ jobs: ...@@ -30,6 +30,12 @@ jobs:
- build_type: Release - build_type: Release
cxx_options: -mavx2 cxx_options: -mavx2
os: macos-latest os: macos-latest
- build_type: Debug
cxx_options: -mavx2
os: macos-14-arm64
- build_type: Release
cxx_options: -mavx2
os: macos-14-arm64
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
......
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