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.
1 parent ea77fe7 commit 1a55d87Copy full SHA for 1a55d87
.github/workflows/CI.yml
@@ -116,7 +116,7 @@ jobs:
116
target: ${{ matrix.target }}
117
manylinux: auto
118
args: --release --out dist
119
- - uses: uraimo/run-on-arch-action@v2.7.2
+ - uses: uraimo/run-on-arch-action@v2.8.1
120
if: matrix.target != 'ppc64'
121
name: Install built wheel
122
with:
@@ -194,7 +194,7 @@ jobs:
194
target: ${{ matrix.platform.target }}
195
manylinux: musllinux_1_2
196
197
198
199
200
arch: ${{ matrix.platform.arch }}
0 commit comments