Skip to content

Commit

Permalink
github actions: fixes for trying to build all wheels using cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenCzarnecki committed Oct 30, 2024
1 parent 58e1fe9 commit a6fb554
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
architecture: [x86_64]
include:
- os: ubuntu-latest
architecture: aarch64
architecture: [x86_64, aarch64]
- os: macos-latest
architecture: arm64
architecture: [x86_64, arm64]
- os: windows-latest
architecture: [x86, AMD64, ARM64]

steps:
- name: Checkout repository
Expand Down

0 comments on commit a6fb554

Please sign in to comment.