From a4651c166e4f4f8b2b98dd80a2986c0c622cd9fa Mon Sep 17 00:00:00 2001 From: Ashish Tiwari Date: Wed, 12 Feb 2025 13:21:18 +0530 Subject: [PATCH] chore: upgrade ubuntu from 20.04 to latest --- .github/workflows/e2e-test-ci-v2-cron-dev.yml | 8 ++++---- .github/workflows/e2e-test-ci-v2-cron.yml | 8 ++++---- .github/workflows/e2e-test-ci.yml | 8 ++++---- .github/workflows/k8s-timer-ci.yml | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/e2e-test-ci-v2-cron-dev.yml b/.github/workflows/e2e-test-ci-v2-cron-dev.yml index 60d37853ef..62c5ebb6c6 100644 --- a/.github/workflows/e2e-test-ci-v2-cron-dev.yml +++ b/.github/workflows/e2e-test-ci-v2-cron-dev.yml @@ -34,7 +34,7 @@ concurrency: jobs: changes: if: ${{ (!github.event.pull_request.draft && github.event.schedule == '0 0 * * *') }} - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest outputs: docs: ${{ steps.filter.outputs.docs }} go: ${{ steps.filter.outputs.go }} @@ -65,7 +65,7 @@ jobs: - ".github/**" build: name: Build - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest needs: changes if: needs.changes.outputs.go == 'true' @@ -128,7 +128,7 @@ jobs: prepare: needs: changes if: needs.changes.outputs.go == 'true' - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: @@ -151,7 +151,7 @@ jobs: - changes - prepare - build - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest strategy: fail-fast: false # If false, GitHub will not cancels all in-progress jobs in the matrix if any matrix job fails. matrix: diff --git a/.github/workflows/e2e-test-ci-v2-cron.yml b/.github/workflows/e2e-test-ci-v2-cron.yml index 525a829f1e..0b3edcc171 100644 --- a/.github/workflows/e2e-test-ci-v2-cron.yml +++ b/.github/workflows/e2e-test-ci-v2-cron.yml @@ -33,7 +33,7 @@ concurrency: jobs: changes: if: ${{ (!github.event.pull_request.draft && contains(github.event.pull_request.labels.*.name, 'area/test/apiv2')) || github.event.schedule == '0 0 * * *' }} - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest outputs: docs: ${{ steps.filter.outputs.docs }} go: ${{ steps.filter.outputs.go }} @@ -64,7 +64,7 @@ jobs: - ".github/**" build: name: Build - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest needs: changes if: needs.changes.outputs.go == 'true' @@ -127,7 +127,7 @@ jobs: prepare: needs: changes if: needs.changes.outputs.go == 'true' - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: @@ -150,7 +150,7 @@ jobs: - changes - prepare - build - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest strategy: fail-fast: false # If false, GitHub will not cancels all in-progress jobs in the matrix if any matrix job fails. matrix: diff --git a/.github/workflows/e2e-test-ci.yml b/.github/workflows/e2e-test-ci.yml index 4f6f51c890..4910691a65 100644 --- a/.github/workflows/e2e-test-ci.yml +++ b/.github/workflows/e2e-test-ci.yml @@ -33,7 +33,7 @@ concurrency: jobs: changes: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest outputs: docs: ${{ steps.filter.outputs.docs }} go: ${{ steps.filter.outputs.go }} @@ -64,7 +64,7 @@ jobs: - ".github/**" build: name: Build - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest needs: changes if: needs.changes.outputs.go == 'true' @@ -128,7 +128,7 @@ jobs: prepare: needs: changes if: needs.changes.outputs.go == 'true' - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: @@ -151,7 +151,7 @@ jobs: - changes - prepare - build - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest strategy: fail-fast: false # If false, GitHub will not cancels all in-progress jobs in the matrix if any matrix job fails. matrix: diff --git a/.github/workflows/k8s-timer-ci.yml b/.github/workflows/k8s-timer-ci.yml index 6e956553fc..87a268802e 100644 --- a/.github/workflows/k8s-timer-ci.yml +++ b/.github/workflows/k8s-timer-ci.yml @@ -26,7 +26,7 @@ on: jobs: changes: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest outputs: docs: ${{ steps.filter.outputs.docs }} go: ${{ steps.filter.outputs.go }} @@ -56,7 +56,7 @@ jobs: - 'utils/**' build: name: Build - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest needs: changes steps: @@ -117,7 +117,7 @@ jobs: prepare: needs: changes if: needs.changes.outputs.go == 'true' - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: @@ -131,7 +131,7 @@ jobs: - changes - prepare - build - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest strategy: fail-fast: false # If false, GitHub will not cancels all in-progress jobs in the matrix if any matrix job fails. matrix: