We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4570127 commit a0ba7dcCopy full SHA for a0ba7dc
.github/workflows/wheels.yml
@@ -87,6 +87,7 @@ jobs:
87
{
88
cibuildwheel --print-build-identifiers --platform linux \
89
| jq -nRc '{"only": inputs, "os": "ubuntu-latest"}' \
90
+ | sed -e '/aarch64/s|ubuntu-latest|ubuntu-24.04-arm|' \
91
&& cibuildwheel --print-build-identifiers --platform macos \
92
| jq -nRc '{"only": inputs, "os": "macos-latest"}' \
93
&& cibuildwheel --print-build-identifiers --platform windows \
0 commit comments