Skip to content

Commit

Permalink
exclude 3.7 on apple silicon
Browse files Browse the repository at this point in the history
  • Loading branch information
willdumm committed May 20, 2024
1 parent f7d3d7d commit e10a524
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: [3.7, 3.8, 3.9, "3.10"] # https://github.com/actions/runner/issues/1989
exclude:
# excludes 3.7 on macos-latest (no native build for M1)
- os: macos-latest
python-version: 3.7

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit e10a524

Please sign in to comment.