From bd36001b8ecd7a39f492b56faebeae3de5f28f81 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Sun, 19 Jan 2025 00:21:04 +0800 Subject: [PATCH] build Linux arm64 wheels (#4257) 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 Co-authored-by: Shyue Ping Ong --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6ebca74c2fc..dba18ec56f1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: