CI: pin builds to the desktop runner
All checks were successful
Build & Release APK / build (push) Successful in 11m17s

The RN/NDK build exhausted the 8GB VPS (whole docker stack went down
2026-08-08); marcusDesktop (32 threads) now handles these, and jobs
queue while it is offline.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-07 18:38:10 -07:00
parent 0ed7ec0624
commit 24561bbc88

View File

@@ -6,7 +6,9 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-latest # RN/NDK builds need ~6GB and once took down the 8GB VPS — desktop runner only.
# Jobs queue while the desktop is offline.
runs-on: desktop
container: container:
image: eclipse-temurin:21-jdk image: eclipse-temurin:21-jdk
steps: steps: