summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2024-04-12 11:54:10 +0200
committerAlbin <albin@mullvad.net>2024-04-12 11:54:10 +0200
commit14c8897713c8ed2c3ebb336f4e9a490266099dad (patch)
tree7217e857a12d3d68c3192060aa986ec3bfb33962
parentc4f3d510bd9db925e7143d847b0c0bf764fe3cdf (diff)
downloadmullvadvpn-14c8897713c8ed2c3ebb336f4e9a490266099dad.tar.xz
mullvadvpn-14c8897713c8ed2c3ebb336f4e9a490266099dad.zip
Revert "Use faster GH runners for slow jobs"
This reverts commit cae065cd6dfb3ee98682114c9f7ccb709e9f9772. Reverted due to unreasonable cost.
-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 54c00cbc59..eee7ebfa5e 100644
--- a/.github/workflows/android-app.yml
+++ b/.github/workflows/android-app.yml
@@ -138,7 +138,7 @@ jobs:
build-native:
name: Build native
needs: prepare
- runs-on: ubuntu-latest-large
+ runs-on: ubuntu-latest
container:
image: "${{ needs.prepare.outputs.container_image }}"
strategy:
@@ -249,7 +249,7 @@ jobs:
build-app:
name: Build app
needs: [prepare, generate-debug-keystore]
- runs-on: ubuntu-latest-large
+ runs-on: ubuntu-latest
container:
image: ${{ needs.prepare.outputs.container_image }}
steps:
@@ -341,7 +341,7 @@ jobs:
build-instrumented-tests:
name: Build instrumented test packages
needs: [prepare, generate-debug-keystore]
- runs-on: ubuntu-latest-large
+ runs-on: ubuntu-latest
container:
image: ${{ needs.prepare.outputs.container_image }}
strategy: