@@ -19,7 +19,7 @@ concurrency:
19
19
jobs :
20
20
prerequisites :
21
21
name : Prerequisites
22
- runs-on : " ubuntu-20 .04"
22
+ runs-on : " ubuntu-22 .04"
23
23
outputs :
24
24
should_run : ${{ steps.check_submit.outputs.should_run }}
25
25
bundle_id : ${{ steps.check_bundle_id.outputs.bundle_id }}
@@ -115,7 +115,7 @@ jobs:
115
115
116
116
linux_x64_build :
117
117
name : Linux x64
118
- runs-on : " ubuntu-20 .04"
118
+ runs-on : " ubuntu-22 .04"
119
119
needs : prerequisites
120
120
if : needs.prerequisites.outputs.should_run != 'false' && needs.prerequisites.outputs.platform_linux_x64 != 'false'
121
121
@@ -191,7 +191,7 @@ jobs:
191
191
192
192
linux_x64_test :
193
193
name : Linux x64
194
- runs-on : " ubuntu-20 .04"
194
+ runs-on : " ubuntu-22 .04"
195
195
needs :
196
196
- prerequisites
197
197
- linux_x64_build
@@ -308,7 +308,7 @@ jobs:
308
308
309
309
linux_additional_build :
310
310
name : Linux additional
311
- runs-on : " ubuntu-20 .04"
311
+ runs-on : " ubuntu-22 .04"
312
312
needs :
313
313
- prerequisites
314
314
if : needs.prerequisites.outputs.should_run != 'false' && needs.prerequisites.outputs.platform_linux_additional != 'false'
@@ -464,7 +464,7 @@ jobs:
464
464
465
465
linux_x86_build :
466
466
name : Linux x86
467
- runs-on : " ubuntu-20 .04"
467
+ runs-on : " ubuntu-22 .04"
468
468
needs : prerequisites
469
469
if : needs.prerequisites.outputs.should_run != 'false' && needs.prerequisites.outputs.platform_linux_x86 != 'false'
470
470
@@ -550,7 +550,7 @@ jobs:
550
550
551
551
linux_x86_test :
552
552
name : Linux x86
553
- runs-on : " ubuntu-20 .04"
553
+ runs-on : " ubuntu-22 .04"
554
554
needs :
555
555
- prerequisites
556
556
- linux_x86_build
@@ -1584,7 +1584,7 @@ jobs:
1584
1584
1585
1585
artifacts :
1586
1586
name : Post-process artifacts
1587
- runs-on : " ubuntu-20 .04"
1587
+ runs-on : " ubuntu-22 .04"
1588
1588
if : always()
1589
1589
continue-on-error : true
1590
1590
needs :
0 commit comments