Skip to content

Commit

Permalink
Disable macOS arm64 test for cp38,9
Browse files Browse the repository at this point in the history
Apparently setup-python doesn't have builds for runner macOS version
  • Loading branch information
mborgerson committed Nov 30, 2023
1 parent da1ab43 commit e737e04
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,12 @@ jobs:
strategy:
matrix:
include:
- { wheel: cp38-macosx_arm64, python: '3.8' }
- { wheel: cp39-macosx_arm64, python: '3.9' }
- { wheel: cp310-macosx_arm64, python: '3.10' }
- { wheel: cp311-macosx_arm64, python: '3.11' }
- { wheel: cp312-macosx_arm64, python: '3.12' }
# Not supported by setup-python
# - { wheel: cp38-macosx_arm64, python: '3.8' }
# - { wheel: cp39-macosx_arm64, python: '3.9' }
steps:
- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit e737e04

Please sign in to comment.