We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3068f03 commit 77a3588Copy full SHA for 77a3588
1 file changed
.github/workflows/CI.yml
@@ -65,7 +65,7 @@ jobs:
65
pytest
66
- name: pytest
67
if: ${{ !startsWith(matrix.platform.target, 'x86') && matrix.platform.target != 'ppc64' }}
68
- uses: uraimo/run-on-arch-action@v3
+ uses: uraimo/run-on-arch-action@v2
69
with:
70
arch: ${{ matrix.platform.target }}
71
distro: ubuntu22.04
0 commit comments