Skip to content

Commit

Permalink
Build for auto64 and arm64 on mac/windows
Browse files Browse the repository at this point in the history
  • Loading branch information
taobrienlbl committed Sep 12, 2024
1 parent 07c5539 commit 31292a4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,13 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
arch: [x86_64, arm64]
arch: [auto64, arm64]

include:
- os: macos-latest
arch: arm64
- os: windows-latest
arch: arm64

steps:
- uses: actions/checkout@v4
Expand All @@ -120,7 +125,7 @@ jobs:

- uses: pypa/[email protected]
env:
CIBW_BUILD: ${{ matrix.build }}
CIBW_BUILD: ${{ matrix.os }}
CIBW_ARCHS: ${{ matrix.arch }}

- name: Verify clean directory
Expand Down

0 comments on commit 31292a4

Please sign in to comment.