Skip to content

Commit d035970

Browse files
committed
Merge branch 'use-faster-gh-runners-droid-723'
2 parents 60d5dcd + cae065c commit d035970

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/android-app.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
build-native:
134134
name: Build native
135135
needs: prepare
136-
runs-on: ubuntu-latest
136+
runs-on: ubuntu-latest-large
137137
container:
138138
image: "${{ needs.prepare.outputs.container_image }}"
139139
strategy:
@@ -243,7 +243,7 @@ jobs:
243243
build-app:
244244
name: Build app
245245
needs: [prepare, generate-debug-keystore]
246-
runs-on: ubuntu-latest
246+
runs-on: ubuntu-latest-large
247247
container:
248248
image: ${{ needs.prepare.outputs.container_image }}
249249
steps:
@@ -335,7 +335,7 @@ jobs:
335335
build-instrumented-tests:
336336
name: Build instrumented test packages
337337
needs: [prepare, generate-debug-keystore]
338-
runs-on: ubuntu-latest
338+
runs-on: ubuntu-latest-large
339339
container:
340340
image: ${{ needs.prepare.outputs.container_image }}
341341
strategy:

0 commit comments

Comments
 (0)