From 24561bbc882bbca422e9fd59b6431db2f2705510 Mon Sep 17 00:00:00 2001 From: Marcus Rehbock Date: Fri, 7 Aug 2026 18:38:10 -0700 Subject: [PATCH] CI: pin builds to the desktop runner 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 --- .gitea/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 46924f6..c1641ec 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -6,7 +6,9 @@ on: jobs: 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: image: eclipse-temurin:21-jdk steps: