Skip to content

Commit

Permalink
Update build_wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
borisbolliet authored Sep 29, 2024
1 parent f3d25c7 commit 9f3633c
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,17 @@ jobs:
matrix:
os: [ubuntu-latest,macos-latest]
python-version: ["3.9","3.10"]
include:
- os: ubuntu-latest
arch: aarch64
python-version: '3.9'
- os: macos-latest
arch: arm64
python-version: '3.9'
- os: macos-latest
arch: arm64
python-version: '3.10'


steps:
- name: Checkout the code
Expand Down Expand Up @@ -226,7 +237,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest,macos-latest]
python-version: ["3.9"]
python-version: ["3.9","3.10"]

steps:
- name: Checkout the code
Expand Down

0 comments on commit 9f3633c

Please sign in to comment.