File tree 6 files changed +11
-7
lines changed
6 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 27
27
# The arch names should match the names used on dockerhub.
28
28
# See https://github.com/docker-library/official-images#architectures-other-than-amd64
29
29
- arch : amd64
30
- runs-on : depot-ubuntu-22 .04-16
30
+ runs-on : depot-ubuntu-24 .04-16
31
31
- arch : arm64v8
32
- runs-on : depot-ubuntu-22 .04-arm-16
32
+ runs-on : depot-ubuntu-24 .04-arm-16
33
33
steps :
34
34
- name : Checkout LLVM
35
35
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Original file line number Diff line number Diff line change 15
15
if : >-
16
16
github.repository_owner == 'llvm' &&
17
17
github.event.label.name == 'infra:commit-access-request'
18
- runs-on : ubuntu-22 .04
18
+ runs-on : ubuntu-24 .04
19
19
steps :
20
20
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
21
21
with :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ permissions:
12
12
jobs :
13
13
commit-access-review :
14
14
if : github.repository_owner == 'llvm'
15
- runs-on : ubuntu-22 .04
15
+ runs-on : ubuntu-24 .04
16
16
steps :
17
17
- name : Fetch LLVM sources
18
18
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ permissions:
19
19
jobs :
20
20
audit :
21
21
name : " Release Asset Audit"
22
- runs-on : ubuntu-22 .04
22
+ runs-on : ubuntu-24 .04
23
23
if : github.repository == 'llvm/llvm-project'
24
24
steps :
25
25
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
Original file line number Diff line number Diff line change 57
57
setup-variables :
58
58
if : >-
59
59
(github.event_name != 'pull_request' || github.event.action != 'closed')
60
- runs-on : ubuntu-22 .04
60
+ runs-on : ubuntu-24 .04
61
61
outputs :
62
62
release-version : ${{ steps.vars.outputs.release-version }}
63
63
upload : ${{ steps.vars.outputs.upload }}
85
85
strategy :
86
86
fail-fast : false
87
87
matrix :
88
+ # We use ubuntu-22.04 rather than the latest version to make the built
89
+ # binaries more portable (eg functional aginast older glibc).
88
90
runs-on :
89
91
- ubuntu-22.04
90
92
- ubuntu-22.04-arm
Original file line number Diff line number Diff line change 16
16
description : " Runner to use for the build"
17
17
required : true
18
18
type : choice
19
+ # We use ubuntu-22.04 rather than the latest version to make the built
20
+ # binaries more portable (eg functional aginast older glibc).
19
21
options :
20
22
- ubuntu-22.04
21
23
- ubuntu-22.04-arm
@@ -276,7 +278,7 @@ jobs:
276
278
if : >-
277
279
github.event_name != 'pull_request' &&
278
280
needs.prepare.outputs.upload == 'true'
279
- runs-on : ubuntu-22 .04
281
+ runs-on : ubuntu-24 .04
280
282
permissions :
281
283
contents : write # For release uploads
282
284
id-token : write # For artifact attestations
You can’t perform that action at this time.
0 commit comments