From 499c3058feff0e83a12d007a828ac09e7a1edf74 Mon Sep 17 00:00:00 2001 From: bamanker <27054792@qq.com> Date: Tue, 30 Dec 2025 11:32:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86runs=20on=20?= =?UTF-8?q?=E9=95=9C=E5=83=8F=E4=B8=BAnode:22-alpine?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 00b7792..b963701 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -21,7 +21,7 @@ env: # 构建 Job jobs: build: - runs-on: ubuntu-latest # 如果host构建 :linux_amd64 + runs-on: ubuntu-node # 如果host构建 :linux_amd64 steps: - run: echo " The job was automatically triggered by a ${{ gitea.event_name }} event." - run: echo " This job is now running on a ${{ runner.os }} server hosted by Gitea!"