We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c8e7ca + 01c0c19 commit ff95391Copy full SHA for ff95391
.github/workflows/CI.yml
@@ -187,7 +187,7 @@ jobs:
187
188
- name: Check wheel (cross-manylinux)
189
if: matrix.platform.target != 'x86_64' && startsWith(matrix.platform.manylinux, 'manylinux')
190
- uses: uraimo/run-on-arch-action@v2
+ uses: uraimo/run-on-arch-action@v3
191
with:
192
arch: ${{ matrix.platform.target }}
193
distro: ubuntu22.04
@@ -218,7 +218,7 @@ jobs:
218
219
- name: Check wheel (cross-musllinux)
220
if: matrix.platform.target != 'x86_64' && startsWith(matrix.platform.manylinux, 'musllinux')
221
222
223
224
distro: alpine_latest
0 commit comments