1717
1818 job_test :
1919 name : Test
20- runs-on : ubuntu-latest
20+ runs-on : ["ghcr.io/cirruslabs/ ubuntu-runner-amd64:24.04", "runner_group_id:12"]
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 : ubuntu-latest
39+ runs-on : ["ghcr.io/cirruslabs/ ubuntu-runner-amd64:24.04", "runner_group_id:12"]
4040 needs : [diff_check]
4141 if : ${{ needs.diff_check.outputs.skip_ci != 'true' }}
4242 steps :
8282
8383 job_check_integrity :
8484 name : Check package integrity
85- runs-on : ubuntu-latest
85+ runs-on : ["ghcr.io/cirruslabs/ ubuntu-runner-amd64:24.04", "runner_group_id:12"]
8686 needs : [diff_check]
8787 if : ${{ needs.diff_check.outputs.skip_ci != 'true' }}
8888 steps :
@@ -106,7 +106,7 @@ jobs:
106106
107107 job_build :
108108 name : Build
109- runs-on : ubuntu-latest
109+ runs-on : ["ghcr.io/cirruslabs/ ubuntu-runner-amd64:24.04", "runner_group_id:12"]
110110 needs : [diff_check]
111111 if : ${{ needs.diff_check.outputs.skip_ci != 'true' }}
112112 steps :
@@ -148,7 +148,7 @@ jobs:
148148
149149 job_type_check :
150150 name : Type Check Typescript 3.8
151- runs-on : ubuntu-latest
151+ runs-on : ["ghcr.io/cirruslabs/ ubuntu-runner-amd64:24.04", "runner_group_id:12"]
152152 needs : [job_build, diff_check]
153153 if : ${{ needs.diff_check.outputs.skip_ci != 'true' }}
154154 env :
@@ -181,7 +181,7 @@ jobs:
181181 run : yarn type-check
182182 job_circular_dep_check :
183183 name : Circular Dependency Check
184- runs-on : ubuntu-latest
184+ runs-on : ["ghcr.io/cirruslabs/ ubuntu-runner-amd64:24.04", "runner_group_id:12"]
185185 needs : [job_build, diff_check]
186186 if : ${{ needs.diff_check.outputs.skip_ci != 'true' }}
187187 steps :
@@ -210,7 +210,7 @@ jobs:
210210
211211 job_bundle :
212212 name : Bundle
213- runs-on : ubuntu-latest
213+ runs-on : ["ghcr.io/cirruslabs/ ubuntu-runner-amd64:24.04", "runner_group_id:12"]
214214 needs : [job_test, job_build, diff_check]
215215 if : ${{ needs.diff_check.outputs.skip_ci != 'true' }}
216216 strategy :
0 commit comments