Skip to content

Commit

Permalink
chore(ci): fix macos runner (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkowalleck authored Apr 27, 2024
1 parent f3b6fa1 commit 9b11545
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os:
- ubuntu-latest
- windows-latest
- macos-13 # macos-latest has issues with py38
python-version:
- "3.12" # highest supported
- "3.11"
Expand Down

0 comments on commit 9b11545

Please sign in to comment.