We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56137c1 commit 20542dbCopy full SHA for 20542db
1 file changed
.github/workflows/s390x.yml
@@ -20,11 +20,11 @@ jobs:
20
runs-on: ubuntu-latest
21
steps:
22
- uses: actions/checkout@v4
23
- - uses: uraimo/run-on-arch-action@v2.7.2
+ - uses: uraimo/run-on-arch-action@v3
24
timeout-minutes: 60
25
with:
26
arch: s390x
27
- distro: ubuntu22.04
+ distro: ubuntu_rolling
28
githubToken: ${{ github.token }}
29
install: |
30
apt-get update -y
0 commit comments