From 45878abe38b09130bf3fea6f8ad3dd4d5f1b6b85 Mon Sep 17 00:00:00 2001 From: Trae AI Date: Sat, 8 Aug 2026 18:45:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=B5=81=E8=BF=90=E8=A1=8C=E5=99=A8=E5=90=8D=E7=A7=B0=E4=B8=BA?= =?UTF-8?q?ubuntu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 3ca6e27..2e01871 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -11,7 +11,7 @@ on: jobs: build-and-push: name: Build and Push Docker Image - runs-on: act-runner-4c6g + runs-on: ubuntu env: RUNNER_TOOL_CACHE: /toolcache @@ -56,7 +56,7 @@ jobs: deploy: name: Deploy to Server - runs-on: act-runner-4c6g + runs-on: ubuntu needs: build-and-push env: RUNNER_TOOL_CACHE: /toolcache