We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c948f49 commit dbe5414Copy full SHA for dbe5414
.github/workflows/ci.yml
@@ -97,10 +97,10 @@ jobs:
97
pytest --import-mode=importlib
98
- name: pytest
99
if: ${{ !startsWith(matrix.target, 'x86') && matrix.target != 'ppc64' }}
100
- uses: uraimo/run-on-arch-action@v2.8
+ uses: uraimo/run-on-arch-action@v3
101
with:
102
arch: ${{ matrix.target }}
103
- distro: ubuntu22.04
+ distro: bookworm
104
githubToken: ${{ github.token }}
105
install: |
106
apt-get update
0 commit comments