Skip to content

Commit aaa3ffe

Browse files
committed
Runner group changes
1 parent 05d1f4f commit aaa3ffe

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

.github/workflows/buildandtest.yml

Lines changed: 7 additions & 7 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:12"]
20+
runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04", "runner_group_id:10"]
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:12"]
39+
runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04", "runner_group_id:10"]
4040
needs: [diff_check]
4141
if: ${{ needs.diff_check.outputs.skip_ci != 'true' }}
4242
steps:
@@ -98,7 +98,7 @@ jobs:
9898
9999
job_check_integrity:
100100
name: Check package integrity
101-
runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04", "runner_group_id:12"]
101+
runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04", "runner_group_id:10"]
102102
needs: [diff_check]
103103
if: ${{ needs.diff_check.outputs.skip_ci != 'true' }}
104104
steps:
@@ -122,7 +122,7 @@ jobs:
122122
123123
job_build:
124124
name: Build
125-
runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04", "runner_group_id:12"]
125+
runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04", "runner_group_id:10"]
126126
needs: [diff_check]
127127
if: ${{ needs.diff_check.outputs.skip_ci != 'true' }}
128128
steps:
@@ -164,7 +164,7 @@ jobs:
164164
165165
job_type_check:
166166
name: Type Check Typescript 3.8
167-
runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04", "runner_group_id:12"]
167+
runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04", "runner_group_id:10"]
168168
needs: [job_build, diff_check]
169169
if: ${{ needs.diff_check.outputs.skip_ci != 'true' }}
170170
env:
@@ -197,7 +197,7 @@ jobs:
197197
run: yarn type-check
198198
job_circular_dep_check:
199199
name: Circular Dependency Check
200-
runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04", "runner_group_id:12"]
200+
runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04", "runner_group_id:10"]
201201
needs: [job_build, diff_check]
202202
if: ${{ needs.diff_check.outputs.skip_ci != 'true' }}
203203
steps:
@@ -226,7 +226,7 @@ jobs:
226226

227227
job_bundle:
228228
name: Bundle
229-
runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04", "runner_group_id:12"]
229+
runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04", "runner_group_id:10"]
230230
needs: [job_test, job_build, diff_check]
231231
if: ${{ needs.diff_check.outputs.skip_ci != 'true' }}
232232
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:12"]
19+
runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04", "runner_group_id:10"]
2020
needs: [diff_check]
2121
if: ${{ needs.diff_check.outputs.skip_ci != 'true' }}
2222
strategy:

.github/workflows/e2e-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ jobs:
332332
include:
333333
- platform: ios
334334
rn-version: '0.84.0'
335-
runs-on: ["ghcr.io/cirruslabs/macos-tahoe-xcode:26.2.0", "runner_group_id:12"]
335+
runs-on: ["ghcr.io/cirruslabs/macos-tahoe-xcode:26.2.0", "runner_group_id:10"]
336336
- platform: android
337337
runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04", "runner_group_id:10"]
338338

.github/workflows/native-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
test-ios:
2828
name: ios
29-
runs-on: ["ghcr.io/cirruslabs/macos-tahoe-xcode:26.2.0", "runner_group_id:12"]
29+
runs-on: ["ghcr.io/cirruslabs/macos-tahoe-xcode:26.2.0", "runner_group_id:10"]
3030
needs: [diff_check]
3131
if: ${{ needs.diff_check.outputs.skip_ci != 'true' }}
3232
steps:
@@ -97,7 +97,7 @@ jobs:
9797
9898
test-android:
9999
name: android
100-
runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04", "runner_group_id:12"]
100+
runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04", "runner_group_id:10"]
101101
needs: [diff_check]
102102
if: ${{ needs.diff_check.outputs.skip_ci != 'true' }}
103103
steps:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions:
1818

1919
jobs:
2020
release:
21-
runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04", "runner_group_id:12"]
21+
runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04", "runner_group_id:10"]
2222
name: Release a new version
2323
steps:
2424
- name: Get auth token

.github/workflows/sample-application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,13 +215,13 @@ jobs:
215215
matrix:
216216
include:
217217
- platform: ios
218-
runs-on: ["ghcr.io/cirruslabs/macos-tahoe-xcode:26.2.0", "runner_group_id:12"]
218+
runs-on: ["ghcr.io/cirruslabs/macos-tahoe-xcode:26.2.0", "runner_group_id:10"]
219219
rn-architecture: 'new'
220220
ios-use-frameworks: 'no-frameworks'
221221
build-type: 'production'
222222

223223
- platform: android
224-
runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04", "runner_group_id:12"]
224+
runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04", "runner_group_id:10"]
225225
rn-architecture: 'new'
226226
build-type: 'production'
227227

0 commit comments

Comments
 (0)