Skip to content

Commit dbe5414

Browse files
committed
chore(ci): update run-on-arch-action
1 parent c948f49 commit dbe5414

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ jobs:
9797
pytest --import-mode=importlib
9898
- name: pytest
9999
if: ${{ !startsWith(matrix.target, 'x86') && matrix.target != 'ppc64' }}
100-
uses: uraimo/run-on-arch-action@v2.8
100+
uses: uraimo/run-on-arch-action@v3
101101
with:
102102
arch: ${{ matrix.target }}
103-
distro: ubuntu22.04
103+
distro: bookworm
104104
githubToken: ${{ github.token }}
105105
install: |
106106
apt-get update

0 commit comments

Comments
 (0)