Skip to content

Commit 9fa48b2

Browse files
committed
ci: update run-on-arch to avoid segfault
1 parent db1a640 commit 9fa48b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
pytest
7373
- name: pytest
7474
if: ${{ !startsWith(matrix.platform.target, 'x86') && matrix.platform.target != 'ppc64' }}
75-
uses: uraimo/run-on-arch-action@v2
75+
uses: uraimo/run-on-arch-action@v3
7676
with:
7777
arch: ${{ matrix.platform.target }}
7878
distro: ubuntu22.04

0 commit comments

Comments
 (0)