Skip to content

Commit 20542db

Browse files
committed
ci: Fix s390x
1 parent 56137c1 commit 20542db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/s390x.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@v4
23-
- uses: uraimo/run-on-arch-action@v2.7.2
23+
- uses: uraimo/run-on-arch-action@v3
2424
timeout-minutes: 60
2525
with:
2626
arch: s390x
27-
distro: ubuntu22.04
27+
distro: ubuntu_rolling
2828
githubToken: ${{ github.token }}
2929
install: |
3030
apt-get update -y

0 commit comments

Comments
 (0)