Build releases on desktop runner (VPS thrashes on NDK compile)
All checks were successful
Build & Release APK / build (push) Successful in 11m47s
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:
@@ -6,7 +6,10 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
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:
|
container:
|
||||||
image: eclipse-temurin:21-jdk
|
image: eclipse-temurin:21-jdk
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user