We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b8900d0 + aa45f28 commit 7e57ad5Copy full SHA for 7e57ad5
.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs:
57
pytest
58
- name: pytest
59
if: ${{ !startsWith(matrix.target, 'x86') && matrix.target != 'ppc64' }}
60
- uses: uraimo/run-on-arch-action@v2.5.0
+ uses: uraimo/run-on-arch-action@v2.7.1
61
with:
62
arch: ${{ matrix.target }}
63
distro: ubuntu22.04
0 commit comments