Skip to content

Commit

Permalink
Skip unsupport M1 Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jncraton committed Feb 17, 2024
1 parent f75363f commit 176214d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest, windows-latest, macos-latest, macos-14]
exclude:
- os: macos-14
python-version: "3.8"
- os: macos-14
python-version: "3.9"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 176214d

Please sign in to comment.