From ee2d82345bd8617f0e0ed1b8e13380d317933963 Mon Sep 17 00:00:00 2001 From: Nelson Yeung Date: Mon, 23 Mar 2026 11:00:33 +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 e89e7c30..4107f3ec 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: