From 7d1c2d670a9f20172d7580a066752d987d4f3b8b Mon Sep 17 00:00:00 2001 From: Nelson Yeung Date: Mon, 23 Mar 2026 09:42:39 +0000 Subject: [PATCH] ci: add Ubuntu 24.04 arm64 build --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6e4bec6e2..394f3311e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-latest, ubuntu-latest, macos-latest] + os: [windows-latest, ubuntu-latest, ubuntu-24.04-arm, macos-latest] steps: - name: Checkout uses: actions/checkout@v5 @@ -72,7 +72,7 @@ jobs: - name: Store artifacts uses: actions/upload-artifact@v4 with: - name: cibw-wheels-${{ runner.os }} + name: cibw-wheels-${{ matrix.os }} path: dist/*.whl publish: