From f996a0053b804805506d4a9407bd5cc177dd087c Mon Sep 17 00:00:00 2001 From: Hank Date: Mon, 25 May 2026 23:34:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=20Gitea=20Actions=20r?= =?UTF-8?q?unner=20=E6=A8=99=E7=B1=A4=E4=B8=8D=E7=AC=A6=E5=95=8F=E9=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 將 runs-on 從 self-hosted 改為 ubuntu-latest, 與 act_runner 實際註冊的標籤一致。 Co-Authored-By: Claude Sonnet 4.6 --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 1cc0f86..e67567d 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -7,7 +7,7 @@ on: jobs: deploy: - runs-on: self-hosted + runs-on: ubuntu-latest steps: - name: Pull latest code run: | -- 2.52.0