We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9703791 commit 4d1130dCopy full SHA for 4d1130d
.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","macos-14-arm64"]
+ os: ["ubuntu-latest", "macos-latest","macos-14"]
22
cxx_options: ['', '-mavx2']
23
build_type: [Release, Debug]
24
python-version: ["3.8", "3.12"]
@@ -32,10 +32,10 @@ jobs:
32
os: macos-latest
33
- build_type: Debug
34
cxx_options: -mavx2
35
- os: macos-14-arm64
+ os: macos-14
36
- build_type: Release
37
38
39
40
steps:
41
- uses: actions/checkout@v4
0 commit comments