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: