From 8f313a0d0c0efef07a3d3bbb687ddfbaec2a2758 Mon Sep 17 00:00:00 2001 From: Pierre Le Marre Date: Thu, 28 Aug 2025 09:37:36 +0200 Subject: [PATCH] ci: Fix s390x --- .github/workflows/s390x.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/s390x.yml b/.github/workflows/s390x.yml index f172ce4..cf87e48 100644 --- a/.github/workflows/s390x.yml +++ b/.github/workflows/s390x.yml @@ -20,11 +20,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: uraimo/run-on-arch-action@v2.7.2 + - uses: uraimo/run-on-arch-action@v3 timeout-minutes: 60 with: arch: s390x - distro: ubuntu22.04 + distro: ubuntu_rolling githubToken: ${{ github.token }} install: | apt-get update -y