Skip to content

Commit

Permalink
ci: exclude bad matrix configs
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Apr 23, 2024
1 parent 84c017d commit 338e42e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ jobs:
os:
- ubuntu-latest
- macos-latest
exclude: # macos-latest is arm64, which doesn't have these pythons
- os: macos-latest
python-version: "3.8"
- os: macos-latest
python-version: "3.9"
- os: macos-latest
python-version: "3.10"
fail-fast: true
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 338e42e

Please sign in to comment.