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

ci: activate build on macos-14-arm64

parent dd736dcb
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ jobs: ...@@ -18,7 +18,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
os: ["ubuntu-latest", "macos-latest"] os: ["ubuntu-latest", "macos-latest","macos-14-arm64"]
cxx_options: ['', '-mavx2'] cxx_options: ['', '-mavx2']
build_type: [Release, Debug] build_type: [Release, Debug]
python-version: ["3.8", "3.12"] python-version: ["3.8", "3.12"]
......
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