diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index f7c1c87e0..9fb5aca8c 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -682,9 +682,14 @@ jobs: needs: - build-src - pre-setup # transitive, for accessing settings + strategy: + matrix: + runner-vm-os: + - ubuntu-24.04-arm + - ubuntu-latest uses: ./.github/workflows/reusable-cibuildwheel.yml with: - runner-vm-os: ubuntu-latest + runner-vm-os: ${{ matrix.runner-vm-os }} timeout-minutes: 9 source-tarball-name: >- ${{ needs.pre-setup.outputs.sdist-artifact-name }} @@ -708,7 +713,7 @@ jobs: && 'CIBW_SKIP<