diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index d6ce4535..39756811 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -87,6 +87,7 @@ jobs: { cibuildwheel --print-build-identifiers --platform linux \ | jq -nRc '{"only": inputs, "os": "ubuntu-latest"}' \ + | sed -e '/aarch64/s|ubuntu-latest|ubuntu-24.04-arm|' \ && cibuildwheel --print-build-identifiers --platform macos \ | jq -nRc '{"only": inputs, "os": "macos-latest"}' \ && cibuildwheel --print-build-identifiers --platform windows \