From c1992d0de099e7bfdb644c72d51cd5eed8ffb800 Mon Sep 17 00:00:00 2001 From: Derek McGowan Date: Tue, 8 Apr 2025 12:49:26 -0700 Subject: [PATCH] Update remaining Ubuntu 20.04 uses to 22.04 and 24.04 Signed-off-by: Derek McGowan (cherry picked from commit 45f9d679f8ccb252c28bd69197b7fbd618f91bbe) Signed-off-by: Andrey Epifanov # Conflicts: # .github/workflows/.test.yml --- .github/workflows/.test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/.test.yml b/.github/workflows/.test.yml index f112740851..2df085d5cb 100644 --- a/.github/workflows/.test.yml +++ b/.github/workflows/.test.yml @@ -163,7 +163,7 @@ jobs: retention-days: 1 integration-flaky: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 timeout-minutes: 120 # guardrails timeout for the whole job continue-on-error: ${{ github.event_name != 'pull_request' }} steps: @@ -350,7 +350,7 @@ jobs: echo ${{ steps.tests.outputs.matrix }} integration-cli: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 timeout-minutes: 120 # guardrails timeout for the whole job continue-on-error: ${{ github.event_name != 'pull_request' }} needs: