From 420d4a287abcc2bb1931448e1cc676cf9ea04361 Mon Sep 17 00:00:00 2001 From: Job79 Date: Sun, 24 Nov 2024 12:20:52 +0100 Subject: [PATCH] ci: switch to runner-01-x86_64 runner --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 60bfa96..5f980a1 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -6,7 +6,7 @@ on: jobs: container-build: - runs-on: plabble-sprinter + runs-on: runner-01-x86_64 if: gitea.ref == 'refs/heads/main' env: RUNNER_TOOL_CACHE: /toolcache