We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd736dc commit a11c523Copy full SHA for a11c523
.github/workflows/macos-linux-conda.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
fail-fast: false
20
matrix:
21
- os: ["ubuntu-latest", "macos-latest"]
+ os: ["ubuntu-latest", "macos-latest","macos-14-arm64"]
22
cxx_options: ['', '-mavx2']
23
build_type: [Release, Debug]
24
python-version: ["3.8", "3.12"]
0 commit comments