From e11c689602bb116a56073fb73930096a0fcf1a51 Mon Sep 17 00:00:00 2001 From: qwsdcvghyu89 <61093706+qwsdcvghyu89@users.noreply.github.com> Date: Fri, 5 Jun 2026 00:11:11 +1000 Subject: [PATCH] Updated runs-on to run only on 'Debian-x86' with a capital D --- .gitea/workflows/build_releases.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build_releases.yaml b/.gitea/workflows/build_releases.yaml index d5be799..f185f68 100644 --- a/.gitea/workflows/build_releases.yaml +++ b/.gitea/workflows/build_releases.yaml @@ -10,7 +10,7 @@ on: jobs: build-releases: name: 'Build and Release Nightly' - runs-on: ['Debian-x86', 'debian-x86'] + runs-on: Debian-x86 permissions: contents: write # Ensures the GITHUB_TOKEN has permission to create/update releases container: