Skip to content

Commit 64a839c

Browse files
committed
update uraimo/run-on-arch-action
1 parent b17c2e3 commit 64a839c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
233233
docker run --rm -v "$PWD":/io -w /io messense/manylinux2014-cross:${{ matrix.platform.arch }} bash build-wheels.sh
234234
- 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
236236
with:
237237
arch: ${{ matrix.platform.arch }}
238238
distro: ubuntu20.04
@@ -275,7 +275,7 @@ jobs:
275275
python -m pip install wheel
276276
python setup.py bdist_wheel --plat-name manylinux2014_aarch64
277277
ls -la dist/
278-
- uses: uraimo/run-on-arch-action@v2.1.1
278+
- uses: uraimo/run-on-arch-action@v2.5.0
279279
name: Install built wheel
280280
with:
281281
arch: aarch64
@@ -320,7 +320,7 @@ jobs:
320320
python -m pip install wheel
321321
python setup.py bdist_wheel --plat-name manylinux2014_aarch64
322322
ls -la dist/
323-
- uses: uraimo/run-on-arch-action@v2.1.1
323+
- uses: uraimo/run-on-arch-action@v2.5.0
324324
name: Install built wheel
325325
with:
326326
arch: aarch64

0 commit comments

Comments
 (0)