Skip to content

Commit a0ba7dc

Browse files
committed
Build: Use ARM image instead of slower QEMU.
1 parent 4570127 commit a0ba7dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/wheels.yml

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
{
8888
cibuildwheel --print-build-identifiers --platform linux \
8989
| jq -nRc '{"only": inputs, "os": "ubuntu-latest"}' \
90+
| sed -e '/aarch64/s|ubuntu-latest|ubuntu-24.04-arm|' \
9091
&& cibuildwheel --print-build-identifiers --platform macos \
9192
| jq -nRc '{"only": inputs, "os": "macos-latest"}' \
9293
&& cibuildwheel --print-build-identifiers --platform windows \

0 commit comments

Comments
 (0)