ci: switch to linode (#2605)
cyan committed
Oct 24, 2025 at 23:20 UTC
6388ae8af8295775b9a7bb5707b685a665e84f86
2 files changed
+2
-2
.github/workflows/pr_test_build_android.yml
+1
-1
@@ -7,7 +7,7 @@ defaults:
7
shell: bash
8
jobs:
9
PR_test_build:
10
- runs-on: linux-amd64
10
+ runs-on: [Linux, amd64, android]
11
container:
12
image: ghcr.io/cake-tech/cake_wallet:debian13-flutter3.32.0-ndkr28-go1.24.1-ruststablenightly
13
env:
.github/workflows/pr_test_build_linux.yml
+1
-1
@@ -7,7 +7,7 @@ defaults:
7
shell: bash
8
jobs:
9
PR_test_build:
10
- runs-on: linux-amd64
10
+ runs-on: [Linux, amd64, forlinux]
11
container:
12
image: ghcr.io/cake-tech/cake_wallet:debian13-flutter3.32.0-ndkr28-go1.24.1-ruststablenightly
13
env: