Skip to content

Commit b21b1dc

Browse files
committed
Upgrade Ubuntu image on GHA to 22.04
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
1 parent af5de50 commit b21b1dc

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.github/workflows/bors.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
docker_linux_tier1:
1111
name: Docker Linux Tier1
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-22.04
1313
strategy:
1414
fail-fast: true
1515
matrix:
@@ -84,7 +84,7 @@ jobs:
8484

8585
style_check:
8686
name: Style check
87-
runs-on: ubuntu-20.04
87+
runs-on: ubuntu-22.04
8888
steps:
8989
- uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
9090
with:
@@ -98,7 +98,7 @@ jobs:
9898
docker_linux_tier2:
9999
name: Docker Linux Tier2
100100
needs: [docker_linux_tier1, style_check]
101-
runs-on: ubuntu-20.04
101+
runs-on: ubuntu-22.04
102102
strategy:
103103
fail-fast: true
104104
max-parallel: 12
@@ -157,7 +157,7 @@ jobs:
157157
if: ${{ false }} # This is currently broken
158158
name: Docker Linux Build-Std Targets
159159
needs: [docker_linux_tier1, style_check]
160-
runs-on: ubuntu-20.04
160+
runs-on: ubuntu-22.04
161161
strategy:
162162
fail-fast: true
163163
max-parallel: 12
@@ -179,7 +179,7 @@ jobs:
179179
docker_switch:
180180
name: Docker Switch
181181
needs: [docker_linux_tier1, style_check]
182-
runs-on: ubuntu-20.04
182+
runs-on: ubuntu-22.04
183183
steps:
184184
- uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
185185
with:
@@ -193,7 +193,7 @@ jobs:
193193
build_channels_linux:
194194
name: Build Channels Linux
195195
needs: docker_linux_tier2
196-
runs-on: ubuntu-20.04
196+
runs-on: ubuntu-22.04
197197
env:
198198
OS: linux
199199
strategy:
@@ -277,7 +277,7 @@ jobs:
277277
semver_linux:
278278
if: ${{ false }} # This is currently broken
279279
name: Semver Linux
280-
runs-on: ubuntu-20.04
280+
runs-on: ubuntu-22.04
281281
continue-on-error: true
282282
steps:
283283
- uses: actions/checkout@v3
@@ -302,7 +302,7 @@ jobs:
302302

303303
docs:
304304
name: Generate documentation
305-
runs-on: ubuntu-20.04
305+
runs-on: ubuntu-22.04
306306
needs: docker_linux_tier2
307307
steps:
308308
- uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
@@ -323,7 +323,7 @@ jobs:
323323
end_success:
324324
name: bors build finished
325325
if: github.event.pusher.name == 'bors' && success()
326-
runs-on: ubuntu-20.04
326+
runs-on: ubuntu-22.04
327327
needs: [
328328
docker_linux_tier1,
329329
docker_linux_tier2,
@@ -345,7 +345,7 @@ jobs:
345345
end_failure:
346346
name: bors build finished
347347
if: github.event.pusher.name == 'bors' && (failure() || cancelled())
348-
runs-on: ubuntu-20.04
348+
runs-on: ubuntu-22.04
349349
needs: [
350350
docker_linux_tier1,
351351
docker_linux_tier2,

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
upload_docs:
1010
name: Upload documentation
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212
if: github.repository == 'rust-lang/libc'
1313

1414
steps:

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
docker_linux_tier1:
1212
name: Docker Linux Tier1
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-22.04
1414
strategy:
1515
fail-fast: true
1616
matrix:
@@ -76,7 +76,7 @@ jobs:
7676

7777
style_check:
7878
name: Style check
79-
runs-on: ubuntu-20.04
79+
runs-on: ubuntu-22.04
8080
steps:
8181
- uses: actions/checkout@v3
8282
- name: Setup Rust toolchain

0 commit comments

Comments
 (0)