1717
1818 job_test :
1919 name : Test
20- runs-on : ["ghcr.io/cirruslabs/ ubuntu-runner-amd64:24.04", "runner_group_id:10"]
20+ runs-on : ubuntu-latest
2121 needs : [diff_check]
2222 if : ${{ needs.diff_check.outputs.skip_ci != 'true' }}
2323 steps :
3636
3737 job_lint :
3838 name : Lint
39- runs-on : ["ghcr.io/cirruslabs/ ubuntu-runner-amd64:24.04", "runner_group_id:10"]
39+ runs-on : ubuntu-latest
4040 needs : [diff_check]
4141 if : ${{ needs.diff_check.outputs.skip_ci != 'true' }}
4242 steps :
@@ -103,7 +103,7 @@ jobs:
103103
104104 job_check_integrity :
105105 name : Check package integrity
106- runs-on : ["ghcr.io/cirruslabs/ ubuntu-runner-amd64:24.04", "runner_group_id:10"]
106+ runs-on : ubuntu-latest
107107 needs : [diff_check]
108108 if : ${{ needs.diff_check.outputs.skip_ci != 'true' }}
109109 steps :
@@ -127,7 +127,7 @@ jobs:
127127
128128 job_build :
129129 name : Build
130- runs-on : ["ghcr.io/cirruslabs/ ubuntu-runner-amd64:24.04", "runner_group_id:10"]
130+ runs-on : ubuntu-latest
131131 needs : [diff_check]
132132 if : ${{ needs.diff_check.outputs.skip_ci != 'true' }}
133133 steps :
@@ -170,7 +170,7 @@ jobs:
170170
171171 job_validate_tarball :
172172 name : Validate tarball
173- runs-on : ["ghcr.io/cirruslabs/ ubuntu-runner-amd64:24.04", "runner_group_id:10"]
173+ runs-on : ubuntu-latest
174174 needs : [job_build, diff_check]
175175 if : ${{ needs.diff_check.outputs.skip_ci != 'true' }}
176176 timeout-minutes : 5
@@ -251,7 +251,7 @@ jobs:
251251
252252 job_type_check :
253253 name : Type Check Typescript 3.8
254- runs-on : ["ghcr.io/cirruslabs/ ubuntu-runner-amd64:24.04", "runner_group_id:10"]
254+ runs-on : ubuntu-latest
255255 needs : [job_build, diff_check]
256256 if : ${{ needs.diff_check.outputs.skip_ci != 'true' }}
257257 env :
@@ -284,7 +284,7 @@ jobs:
284284 run : yarn type-check
285285 job_circular_dep_check :
286286 name : Circular Dependency Check
287- runs-on : ["ghcr.io/cirruslabs/ ubuntu-runner-amd64:24.04", "runner_group_id:10"]
287+ runs-on : ubuntu-latest
288288 needs : [job_build, diff_check]
289289 if : ${{ needs.diff_check.outputs.skip_ci != 'true' }}
290290 steps :
@@ -313,7 +313,7 @@ jobs:
313313
314314 job_api_report :
315315 name : API Report Check
316- runs-on : ["ghcr.io/cirruslabs/ ubuntu-runner-amd64:24.04", "runner_group_id:10"]
316+ runs-on : ubuntu-latest
317317 needs : [job_build, diff_check]
318318 if : ${{ needs.diff_check.outputs.skip_ci != 'true' }}
319319 steps :
@@ -338,7 +338,7 @@ jobs:
338338
339339 job_bundle :
340340 name : Bundle
341- runs-on : ["ghcr.io/cirruslabs/ ubuntu-runner-amd64:24.04", "runner_group_id:10"]
341+ runs-on : ubuntu-latest
342342 needs : [job_test, job_build, diff_check]
343343 if : ${{ needs.diff_check.outputs.skip_ci != 'true' }}
344344 strategy :
0 commit comments