Skip to content

Commit e740cec

Browse files
authored
chore(ci): update runners for Ubuntu 24.04 (#17256)
1 parent fa0757c commit e740cec

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515
jobs:
1616
build:
1717
if: github.repository == 'pypi/warehouse'
18-
runs-on: depot-ubuntu-22.04-arm
18+
runs-on: depot-ubuntu-24.04-arm
1919
outputs:
2020
buildId: ${{ steps.build.outputs.build-id}}
2121
permissions:
@@ -57,7 +57,7 @@ jobs:
5757
command: bin/licenses
5858
- name: Translations
5959
command: bin/translations
60-
runs-on: depot-ubuntu-22.04-arm
60+
runs-on: depot-ubuntu-24.04-arm
6161
container:
6262
image: registry.depot.dev/rltf7cln5v:${{ needs.build.outputs.buildId }}
6363
env:
@@ -101,7 +101,7 @@ jobs:
101101
check_db:
102102
name: Check Database Consistency
103103
needs: build
104-
runs-on: depot-ubuntu-22.04-arm
104+
runs-on: depot-ubuntu-24.04-arm
105105
continue-on-error: true
106106
container:
107107
image: registry.depot.dev/rltf7cln5v:${{ needs.build.outputs.buildId }}

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
jobs:
2424
analyze:
2525
name: Analyze
26-
runs-on: ubuntu-latest
26+
runs-on: ubuntu-24.04
2727
permissions:
2828
actions: read
2929
contents: read

.github/workflows/combine-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
checks: read
2323
actions: write
2424
# The type of runner that the job will run on
25-
runs-on: ubuntu-latest
25+
runs-on: ubuntu-24.04
2626

2727
steps:
2828
- name: Use GitHub App Token

.github/workflows/dev-env-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
build:
1010
# TODO: Should we test on other platforms like Windows and Mac?
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-24.04
1212
steps:
1313
- uses: actions/checkout@v4
1414
with:

.github/workflows/node-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
command: bin/static_lint
2424
- name: Static Pipeline
2525
command: bin/static_pipeline
26-
runs-on: ubuntu-latest
26+
runs-on: ubuntu-24.04
2727
name: ${{ matrix.name }}
2828
steps:
2929
- name: Check out repository

.github/workflows/not-this-repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
add-comment:
88
if: github.event.label.name == 'not-this-repo'
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-24.04
1010
permissions:
1111
issues: write
1212
steps:

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
# Advanced Security is not enabled on private repositories
1313
if: github.repository == 'pypi/warehouse'
1414
name: Zizmor latest via Cargo
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-24.04
1616
permissions:
1717
security-events: write
1818
# required for workflows in private repositories

0 commit comments

Comments
 (0)