Skip to content

Commit

Permalink
Use Apple Silicon runner for building arm64 wheel (#16)
Browse files Browse the repository at this point in the history
* Try Apple Silicon runner

* Update python-package.yml

* Update python-package.yml
  • Loading branch information
rickardp authored Apr 5, 2023
1 parent 08bb635 commit 40a6d2f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "pypy3.9"]
python-version: ["2.7", "3.7", "3.8", "3.9", "3.10", "3.11", "pypy3.9"]
arch: [x86_64, aarch64]
exclude:
- os: windows-latest
arch: aarch64
- os: macos-latest # Not yet supported by GitHub actions
arch: aarch64
- arch: aarch64 # Python 2.7 does not have a supported manylinux image for ARM64
python-version: "2.7"
- os: macos-latest
Expand Down

0 comments on commit 40a6d2f

Please sign in to comment.