99jobs :
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 :
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 :
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,
0 commit comments