Skip to content

Commit 4d1130d

Browse files
committed
ci/osx: fix os name
1 parent 9703791 commit 4d1130d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/macos-linux-conda.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
os: ["ubuntu-latest", "macos-latest","macos-14-arm64"]
21+
os: ["ubuntu-latest", "macos-latest","macos-14"]
2222
cxx_options: ['', '-mavx2']
2323
build_type: [Release, Debug]
2424
python-version: ["3.8", "3.12"]
@@ -32,10 +32,10 @@ jobs:
3232
os: macos-latest
3333
- build_type: Debug
3434
cxx_options: -mavx2
35-
os: macos-14-arm64
35+
os: macos-14
3636
- build_type: Release
3737
cxx_options: -mavx2
38-
os: macos-14-arm64
38+
os: macos-14
3939

4040
steps:
4141
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)