This is an automated email from the ASF dual-hosted git repository. ashishtiwari pushed a commit to branch v1.8.0 in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
commit e7652076b225b64da13a56b10ffd0c5427af0ffd Author: Ashish Tiwari <[email protected]> AuthorDate: Wed Feb 12 14:40:24 2025 +0530 chore: upgrade ubuntu from 20.04 to latest (#2352) --- .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 bec67e4e..de34007b 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 4dcaeee6..0c9fb269 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 23018874..eb110456 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 6e956553..87a26880 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:
