From 8f50a3b0436c8d8a3d6101640da1bd6e544d20b5 Mon Sep 17 00:00:00 2001 From: ayuriel Date: Sat, 29 Mar 2025 10:35:35 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20build=20test(runner=20label=20?= =?UTF-8?q?=EB=8C=80=EC=8B=A0=20=EC=9D=B4=EB=A6=84=20=EC=A7=80=EC=A0=95)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 02ccf8e..381c9a1 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -2,7 +2,7 @@ name: CI Build on: [push] jobs: build: - runs-on: gitea-runner + runs-on: gitea-runner-1 steps: - uses: actions/checkout@v3 - run: echo "Building the project..."