Skip to content

Commit

Permalink
build Linux arm64 wheels (#4257)
Browse files Browse the repository at this point in the history
See https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/

Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
Co-authored-by: Shyue Ping Ong <shyuep@users.noreply.github.com>
  • Loading branch information
njzjz and shyuep authored Jan 18, 2025
1 parent e77a496 commit bd36001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
needs: test
strategy:
matrix:
os: [ubuntu-latest, macos-14, windows-latest]
os: [ubuntu-latest, ubuntu-24.04-arm, macos-14, windows-latest]
python-version: ["310", "311", "312"]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit bd36001

Please sign in to comment.