File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ jobs:
232
232
233
233
docker run --rm -v "$PWD":/io -w /io messense/manylinux2014-cross:${{ matrix.platform.arch }} bash build-wheels.sh
234
234
- name : Install abi3 wheel and run tests
235
- uses : uraimo/run-on-arch-action@v2.0.5
235
+ uses : uraimo/run-on-arch-action@v2.5.0
236
236
with :
237
237
arch : ${{ matrix.platform.arch }}
238
238
distro : ubuntu20.04
@@ -275,7 +275,7 @@ jobs:
275
275
python -m pip install wheel
276
276
python setup.py bdist_wheel --plat-name manylinux2014_aarch64
277
277
ls -la dist/
278
- - uses : uraimo/run-on-arch-action@v2.1.1
278
+ - uses : uraimo/run-on-arch-action@v2.5.0
279
279
name : Install built wheel
280
280
with :
281
281
arch : aarch64
@@ -320,7 +320,7 @@ jobs:
320
320
python -m pip install wheel
321
321
python setup.py bdist_wheel --plat-name manylinux2014_aarch64
322
322
ls -la dist/
323
- - uses : uraimo/run-on-arch-action@v2.1.1
323
+ - uses : uraimo/run-on-arch-action@v2.5.0
324
324
name : Install built wheel
325
325
with :
326
326
arch : aarch64
You can’t perform that action at this time.
0 commit comments