Skip to content

Commit

Permalink
ci: Run on non ARM OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisv committed Oct 4, 2024
1 parent 170fda0 commit b98b70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos-linux-windows-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, macos-14]
os: [ubuntu-latest, macos-latest, macos-13]
environment: [all, all-py39]
build_type: [Release, Debug]
cxx_options: ['', '-mavx2']
Expand Down

0 comments on commit b98b70e

Please sign in to comment.