We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13d4c0c commit 9b4d7c7Copy full SHA for 9b4d7c7
1 file changed
.github/workflows/python.yml
@@ -87,7 +87,7 @@ jobs:
87
pytest
88
- name: pytest
89
if: ${{ !startsWith(matrix.platform.target, 'x86') && matrix.platform.target != 'ppc64' }}
90
- uses: uraimo/run-on-arch-action@v2
+ uses: uraimo/run-on-arch-action@v3
91
with:
92
arch: ${{ matrix.platform.target }}
93
distro: ubuntu22.04
@@ -156,7 +156,7 @@ jobs:
156
157
158
if: ${{ !startsWith(matrix.platform.target, 'x86') }}
159
160
161
162
distro: alpine_latest
0 commit comments