Skip to content

Commit

Permalink
ci: skip unsupported macOS / Python combination
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasberbuer committed Jul 12, 2024
1 parent 627e6d6 commit 6fadf62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest-large, windows-latest]
python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
exclude:
- { os: macos-latest, python: "3.7" } # not available for newer arm64 macos
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 6fadf62

Please sign in to comment.