Skip to content

Commit

Permalink
ci/osx: fix os name
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarpent committed Feb 13, 2024
1 parent 9703791 commit 4d1130d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/macos-linux-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest","macos-14-arm64"]
os: ["ubuntu-latest", "macos-latest","macos-14"]
cxx_options: ['', '-mavx2']
build_type: [Release, Debug]
python-version: ["3.8", "3.12"]
Expand All @@ -32,10 +32,10 @@ jobs:
os: macos-latest
- build_type: Debug
cxx_options: -mavx2
os: macos-14-arm64
os: macos-14
- build_type: Release
cxx_options: -mavx2
os: macos-14-arm64
os: macos-14

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4d1130d

Please sign in to comment.