Skip to content

Commit 55273f7

Browse files
committed
8293107: GHA: Bump to Ubuntu 22.04
Reviewed-by: andrew, sgehwolf Backport-of: d7536588b38e368eaa6395bcbcc6724a39303fc5
1 parent 2b55794 commit 55273f7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/submit.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919
jobs:
2020
prerequisites:
2121
name: Prerequisites
22-
runs-on: "ubuntu-20.04"
22+
runs-on: "ubuntu-22.04"
2323
outputs:
2424
should_run: ${{ steps.check_submit.outputs.should_run }}
2525
bundle_id: ${{ steps.check_bundle_id.outputs.bundle_id }}
@@ -115,7 +115,7 @@ jobs:
115115

116116
linux_x64_build:
117117
name: Linux x64
118-
runs-on: "ubuntu-20.04"
118+
runs-on: "ubuntu-22.04"
119119
needs: prerequisites
120120
if: needs.prerequisites.outputs.should_run != 'false' && needs.prerequisites.outputs.platform_linux_x64 != 'false'
121121

@@ -191,7 +191,7 @@ jobs:
191191
192192
linux_x64_test:
193193
name: Linux x64
194-
runs-on: "ubuntu-20.04"
194+
runs-on: "ubuntu-22.04"
195195
needs:
196196
- prerequisites
197197
- linux_x64_build
@@ -308,7 +308,7 @@ jobs:
308308

309309
linux_additional_build:
310310
name: Linux additional
311-
runs-on: "ubuntu-20.04"
311+
runs-on: "ubuntu-22.04"
312312
needs:
313313
- prerequisites
314314
if: needs.prerequisites.outputs.should_run != 'false' && needs.prerequisites.outputs.platform_linux_additional != 'false'
@@ -464,7 +464,7 @@ jobs:
464464

465465
linux_x86_build:
466466
name: Linux x86
467-
runs-on: "ubuntu-20.04"
467+
runs-on: "ubuntu-22.04"
468468
needs: prerequisites
469469
if: needs.prerequisites.outputs.should_run != 'false' && needs.prerequisites.outputs.platform_linux_x86 != 'false'
470470

@@ -550,7 +550,7 @@ jobs:
550550
551551
linux_x86_test:
552552
name: Linux x86
553-
runs-on: "ubuntu-20.04"
553+
runs-on: "ubuntu-22.04"
554554
needs:
555555
- prerequisites
556556
- linux_x86_build
@@ -1584,7 +1584,7 @@ jobs:
15841584

15851585
artifacts:
15861586
name: Post-process artifacts
1587-
runs-on: "ubuntu-20.04"
1587+
runs-on: "ubuntu-22.04"
15881588
if: always()
15891589
continue-on-error: true
15901590
needs:

0 commit comments

Comments
 (0)