From e740cecc0931441d38426f163881d801d9ecefaf Mon Sep 17 00:00:00 2001 From: Mike Fiedler Date: Mon, 9 Dec 2024 06:13:47 -0800 Subject: [PATCH] chore(ci): update runners for Ubuntu 24.04 (#17256) --- .github/workflows/ci.yml | 6 +++--- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/combine-prs.yml | 2 +- .github/workflows/dev-env-test.yml | 2 +- .github/workflows/node-ci.yml | 2 +- .github/workflows/not-this-repo.yml | 2 +- .github/workflows/zizmor.yml | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6cc36d8b2ba4..e50c8a37b29f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ concurrency: jobs: build: if: github.repository == 'pypi/warehouse' - runs-on: depot-ubuntu-22.04-arm + runs-on: depot-ubuntu-24.04-arm outputs: buildId: ${{ steps.build.outputs.build-id}} permissions: @@ -57,7 +57,7 @@ jobs: command: bin/licenses - name: Translations command: bin/translations - runs-on: depot-ubuntu-22.04-arm + runs-on: depot-ubuntu-24.04-arm container: image: registry.depot.dev/rltf7cln5v:${{ needs.build.outputs.buildId }} env: @@ -101,7 +101,7 @@ jobs: check_db: name: Check Database Consistency needs: build - runs-on: depot-ubuntu-22.04-arm + runs-on: depot-ubuntu-24.04-arm continue-on-error: true container: image: registry.depot.dev/rltf7cln5v:${{ needs.build.outputs.buildId }} diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 3c05c5600789..e6ee3794b41c 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -23,7 +23,7 @@ on: jobs: analyze: name: Analyze - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 permissions: actions: read contents: read diff --git a/.github/workflows/combine-prs.yml b/.github/workflows/combine-prs.yml index 789845b82761..77a135f780d4 100644 --- a/.github/workflows/combine-prs.yml +++ b/.github/workflows/combine-prs.yml @@ -22,7 +22,7 @@ jobs: checks: read actions: write # The type of runner that the job will run on - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - name: Use GitHub App Token diff --git a/.github/workflows/dev-env-test.yml b/.github/workflows/dev-env-test.yml index ed91d5509349..79e24e6ed9f4 100644 --- a/.github/workflows/dev-env-test.yml +++ b/.github/workflows/dev-env-test.yml @@ -8,7 +8,7 @@ on: jobs: build: # TODO: Should we test on other platforms like Windows and Mac? - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 with: diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index 07bc9da7444b..ab31b394da9f 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -23,7 +23,7 @@ jobs: command: bin/static_lint - name: Static Pipeline command: bin/static_pipeline - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 name: ${{ matrix.name }} steps: - name: Check out repository diff --git a/.github/workflows/not-this-repo.yml b/.github/workflows/not-this-repo.yml index b354695434ff..0396593f2626 100644 --- a/.github/workflows/not-this-repo.yml +++ b/.github/workflows/not-this-repo.yml @@ -6,7 +6,7 @@ on: jobs: add-comment: if: github.event.label.name == 'not-this-repo' - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 permissions: issues: write steps: diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml index ecd838f8b892..450b25cf42d7 100644 --- a/.github/workflows/zizmor.yml +++ b/.github/workflows/zizmor.yml @@ -12,7 +12,7 @@ jobs: # Advanced Security is not enabled on private repositories if: github.repository == 'pypi/warehouse' name: Zizmor latest via Cargo - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 permissions: security-events: write # required for workflows in private repositories