Skip to content

Commit

Permalink
chore(ci): update runners for Ubuntu 24.04 (#17256)
Browse files Browse the repository at this point in the history
  • Loading branch information
miketheman authored Dec 9, 2024
1 parent fa0757c commit e740cec
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
permissions:
actions: read
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/combine-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-env-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/not-this-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e740cec

Please sign in to comment.