File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ concurrency:
15
15
jobs :
16
16
build :
17
17
if : github.repository == 'pypi/warehouse'
18
- runs-on : depot-ubuntu-22 .04-arm
18
+ runs-on : depot-ubuntu-24 .04-arm
19
19
outputs :
20
20
buildId : ${{ steps.build.outputs.build-id}}
21
21
permissions :
57
57
command : bin/licenses
58
58
- name : Translations
59
59
command : bin/translations
60
- runs-on : depot-ubuntu-22 .04-arm
60
+ runs-on : depot-ubuntu-24 .04-arm
61
61
container :
62
62
image : registry.depot.dev/rltf7cln5v:${{ needs.build.outputs.buildId }}
63
63
env :
@@ -101,7 +101,7 @@ jobs:
101
101
check_db :
102
102
name : Check Database Consistency
103
103
needs : build
104
- runs-on : depot-ubuntu-22 .04-arm
104
+ runs-on : depot-ubuntu-24 .04-arm
105
105
continue-on-error : true
106
106
container :
107
107
image : registry.depot.dev/rltf7cln5v:${{ needs.build.outputs.buildId }}
Original file line number Diff line number Diff line change 23
23
jobs :
24
24
analyze :
25
25
name : Analyze
26
- runs-on : ubuntu-latest
26
+ runs-on : ubuntu-24.04
27
27
permissions :
28
28
actions : read
29
29
contents : read
Original file line number Diff line number Diff line change 22
22
checks : read
23
23
actions : write
24
24
# The type of runner that the job will run on
25
- runs-on : ubuntu-latest
25
+ runs-on : ubuntu-24.04
26
26
27
27
steps :
28
28
- name : Use GitHub App Token
Original file line number Diff line number Diff line change 8
8
jobs :
9
9
build :
10
10
# TODO: Should we test on other platforms like Windows and Mac?
11
- runs-on : ubuntu-latest
11
+ runs-on : ubuntu-24.04
12
12
steps :
13
13
- uses : actions/checkout@v4
14
14
with :
Original file line number Diff line number Diff line change 23
23
command : bin/static_lint
24
24
- name : Static Pipeline
25
25
command : bin/static_pipeline
26
- runs-on : ubuntu-latest
26
+ runs-on : ubuntu-24.04
27
27
name : ${{ matrix.name }}
28
28
steps :
29
29
- name : Check out repository
Original file line number Diff line number Diff line change 6
6
jobs :
7
7
add-comment :
8
8
if : github.event.label.name == 'not-this-repo'
9
- runs-on : ubuntu-latest
9
+ runs-on : ubuntu-24.04
10
10
permissions :
11
11
issues : write
12
12
steps :
Original file line number Diff line number Diff line change 12
12
# Advanced Security is not enabled on private repositories
13
13
if : github.repository == 'pypi/warehouse'
14
14
name : Zizmor latest via Cargo
15
- runs-on : ubuntu-latest
15
+ runs-on : ubuntu-24.04
16
16
permissions :
17
17
security-events : write
18
18
# required for workflows in private repositories
You can’t perform that action at this time.
0 commit comments