Skip to content

Commit

Permalink
specify macos version
Browse files Browse the repository at this point in the history
macos-latest is on arm
  • Loading branch information
jcapriot committed Jul 7, 2024
1 parent dacc7e9 commit 4c7bf0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
shell: bash -l {0}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
os: [ubuntu-latest, macOS-13, windows-latest]
python-version: [3.9, "3.10", "3.11", "3.12"]

steps:
Expand Down

0 comments on commit 4c7bf0a

Please sign in to comment.