From b5db2cdbb5dbe5277db7557a9a5c50502412be7b Mon Sep 17 00:00:00 2001 From: Zephyron Date: Tue, 16 Sep 2025 17:48:35 +1000 Subject: [PATCH] Update runner tags for Android and Windows builds to use available citron-build runner --- .gitlab-ci.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 54560b2fb..179f2d04c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,12 +18,14 @@ cache: key: "$CI_COMMIT_REF_SLUG" policy: pull-push -# Windows Build (requires Windows runner) +# Windows Build (disabled - no Windows runner available) build-windows: stage: build image: mcr.microsoft.com/windows/servercore:ltsc2022 tags: - - windows + - citron-build + - linux + - ubuntu before_script: - choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System' -y - choco install git -y @@ -124,7 +126,9 @@ build-android: stage: build image: ubuntu:24.04 tags: - - android + - citron-build + - linux + - ubuntu before_script: - apt-get update -qq - apt-get install -y -qq openjdk-17-jdk wget unzip