ci: Fix runner tags to match available GitLab runners

- Change all job tags from 'linux', 'ubuntu' to 'citron-build'
- This should resolve the pending job issue where jobs were waiting for runners
- All jobs now use consistent 'citron-build' tag to match the available runner
This commit is contained in:
Zephyron
2025-09-19 12:56:42 +10:00
parent 857cf5725b
commit bf7a660a04

View File

@@ -24,8 +24,7 @@ build-linux:
stage: build
image: cachyos/cachyos:latest
tags:
- linux
- ubuntu
- citron-build
before_script:
- pacman -Syu --noconfirm
- pacman -S --noconfirm base-devel cmake ninja pkg-config git curl wget unzip
@@ -77,8 +76,6 @@ build-android:
image: ubuntu:24.04
tags:
- citron-build
- linux
- ubuntu
before_script:
- apt-get update -qq
- apt-get install -y -qq openjdk-17-jdk wget unzip curl git cmake build-essential pkg-config zip glslang-tools
@@ -118,8 +115,7 @@ test-unit:
stage: test
image: ubuntu:24.04
tags:
- linux
- ubuntu
- citron-build
before_script:
- apt-get update -qq
- apt-get install -y -qq build-essential cmake ninja-build git
@@ -145,8 +141,7 @@ package-release:
stage: package
image: ubuntu:24.04
tags:
- linux
- ubuntu
- citron-build
dependencies:
- build-linux
script: