Skip to content

Commit

Permalink
Build aarch64 wheels on GHA ARM runners
Browse files Browse the repository at this point in the history
  • Loading branch information
nightlark committed Jan 18, 2025
1 parent aa0f2e7 commit d8c5f31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-14, windows-latest]
os: [ubuntu-latest, ubuntu-24.04-arm, macos-14, windows-latest]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -140,4 +140,4 @@ jobs:
run: >-
gh release upload
'${{ github.ref_name }}' dist/**
--repo '${{ github.repository }}'
--repo '${{ github.repository }}'

0 comments on commit d8c5f31

Please sign in to comment.