Skip to content

Commit 0a147b2

Browse files
itaybreclaude
andauthored
ci: Migrate Cirrus Ubuntu jobs to GitHub-hosted runners (#6375)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c7ec14a commit 0a147b2

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/buildandtest.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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:
@@ -36,7 +36,7 @@ jobs:
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:

.github/workflows/codegen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: ./.github/workflows/skip-ci.yml
1717

1818
codegen:
19-
runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04", "runner_group_id:10"]
19+
runs-on: ubuntu-latest
2020
needs: [diff_check]
2121
if: ${{ needs.diff_check.outputs.skip_ci != 'true' }}
2222
strategy:

0 commit comments

Comments
 (0)