diff options
| author | Albin <albin@mullvad.net> | 2024-03-01 09:39:03 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2024-03-01 09:46:56 +0100 |
| commit | cae065cd6dfb3ee98682114c9f7ccb709e9f9772 (patch) | |
| tree | 080bd9a10aefe296cd5f51def06fc3995b7aa237 /.github/workflows | |
| parent | 60d5dcdd1d3942ce239347beaec286178bfc7c91 (diff) | |
| download | mullvadvpn-cae065cd6dfb3ee98682114c9f7ccb709e9f9772.tar.xz mullvadvpn-cae065cd6dfb3ee98682114c9f7ccb709e9f9772.zip | |
Use faster GH runners for slow jobs
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/android-app.yml | 6 |
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: |
