From 651fb91c4d5400097b4dc877152190bb633be1a3 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 4 Mar 2025 19:39:21 +0100 Subject: [PATCH] gha: arm64: update Ubuntu 22.04 -> 24.04 Signed-off-by: Sebastiaan van Stijn --- .github/workflows/arm64.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/arm64.yml b/.github/workflows/arm64.yml index d20fa50585..1c4af95842 100644 --- a/.github/workflows/arm64.yml +++ b/.github/workflows/arm64.yml @@ -35,7 +35,7 @@ jobs: uses: ./.github/workflows/.dco.yml build: - runs-on: ubuntu-22.04-arm + runs-on: ubuntu-24.04-arm timeout-minutes: 20 # guardrails timeout for the whole job needs: - validate-dco @@ -68,7 +68,7 @@ jobs: find ${{ env.DESTDIR }} -type f -exec file -e ascii -- {} + build-dev: - runs-on: ubuntu-22.04-arm + runs-on: ubuntu-24.04-arm timeout-minutes: 120 # guardrails timeout for the whole job needs: - validate-dco @@ -91,7 +91,7 @@ jobs: *.output=type=cacheonly test-unit: - runs-on: ubuntu-22.04-arm + runs-on: ubuntu-24.04-arm timeout-minutes: 120 # guardrails timeout for the whole job needs: - build-dev @@ -176,7 +176,7 @@ jobs: find /tmp/reports -type f -name '*-go-test-report.json' -exec teststat -markdown {} \+ >> $GITHUB_STEP_SUMMARY test-integration: - runs-on: ubuntu-22.04-arm + runs-on: ubuntu-24.04-arm timeout-minutes: 120 # guardrails timeout for the whole job continue-on-error: ${{ github.event_name != 'pull_request' }} needs: