We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c231ca0 commit d2faa21Copy full SHA for d2faa21
.github/workflows/wheels.yml
@@ -87,7 +87,7 @@ jobs:
87
# see https://cibuildwheel.readthedocs.io/en/stable/faq/#emulation
88
- name: Setup QEMU (for aarch64)
89
if: matrix.cibw_archs == 'aarch64'
90
- uses: docker/setup-qemu-action@v2
+ uses: docker/setup-qemu-action@v3
91
with:
92
platforms: arm64
93
0 commit comments