File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133
133
build-native :
134
134
name : Build native
135
135
needs : prepare
136
- runs-on : ubuntu-latest
136
+ runs-on : ubuntu-latest-large
137
137
container :
138
138
image : " ${{ needs.prepare.outputs.container_image }}"
139
139
strategy :
@@ -243,7 +243,7 @@ jobs:
243
243
build-app :
244
244
name : Build app
245
245
needs : [prepare, generate-debug-keystore]
246
- runs-on : ubuntu-latest
246
+ runs-on : ubuntu-latest-large
247
247
container :
248
248
image : ${{ needs.prepare.outputs.container_image }}
249
249
steps :
@@ -335,7 +335,7 @@ jobs:
335
335
build-instrumented-tests :
336
336
name : Build instrumented test packages
337
337
needs : [prepare, generate-debug-keystore]
338
- runs-on : ubuntu-latest
338
+ runs-on : ubuntu-latest-large
339
339
container :
340
340
image : ${{ needs.prepare.outputs.container_image }}
341
341
strategy :
You can’t perform that action at this time.
0 commit comments