Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
add aarch64 to architecture
  • Loading branch information
esnvidia authored Aug 27, 2024
1 parent 3de8572 commit 0b04ed0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-2019, macos-11]
os: [ubuntu-20.04, ubuntu-22.04, windows-2019, macos-11]
python-version:
- "3.6"
- "3.7"
Expand All @@ -18,7 +18,7 @@ jobs:
- "3.11"
- "pypy-3.7"
- "pypy-3.8"
architecture: ["x86", "x64"]
architecture: ["x86", "x64", "aarch64"]
exclude:
- os: macos-11 # No Numpy binary wheel
python-version: "pypy-3.7"
Expand Down

0 comments on commit 0b04ed0

Please sign in to comment.