Build releases on desktop runner (VPS thrashes on NDK compile)
All checks were successful
Build & Release APK / build (push) Successful in 11m47s

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-07 18:36:52 -07:00
parent c16bd02889
commit d48fbbce37

View File

@@ -6,7 +6,10 @@ on:
jobs:
build:
runs-on: ubuntu-latest
# RN/NDK builds starve the 4-core VPS — run on the desktop runner
# (marcusDesktop). Jobs queue while the desktop is off and start when it
# comes online; switch back to ubuntu-latest to build on the VPS.
runs-on: desktop
container:
image: eclipse-temurin:21-jdk
steps: