summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/android-app.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml
index 138f9d9e85..b38e4cfaed 100644
--- a/.github/workflows/android-app.yml
+++ b/.github/workflows/android-app.yml
@@ -133,7 +133,7 @@ jobs:
build-native:
name: Build native
needs: prepare
- runs-on: ubuntu-latest
+ runs-on: ubuntu-latest-large
container:
image: "${{ needs.prepare.outputs.container_image }}"
strategy:
@@ -243,7 +243,7 @@ jobs:
build-app:
name: Build app
needs: [prepare, generate-debug-keystore]
- runs-on: ubuntu-latest
+ runs-on: ubuntu-latest-large
container:
image: ${{ needs.prepare.outputs.container_image }}
steps:
@@ -335,7 +335,7 @@ jobs:
build-instrumented-tests:
name: Build instrumented test packages
needs: [prepare, generate-debug-keystore]
- runs-on: ubuntu-latest
+ runs-on: ubuntu-latest-large
container:
image: ${{ needs.prepare.outputs.container_image }}
strategy: