From a996c604ddc81a83fdf90a0f94fe3aa89fef4d6e Mon Sep 17 00:00:00 2001 From: huang Date: Mon, 19 Jan 2026 16:05:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8=E5=AE=BF=E4=B8=BB=E6=9C=BA?= =?UTF-8?q?=20Act=20Runner=20=E7=9B=B4=E6=8E=A5=E6=89=A7=E8=A1=8C=E9=83=A8?= =?UTF-8?q?=E7=BD=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index c0ed2c6..61837a3 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -15,8 +15,7 @@ env: jobs: build-and-deploy: - runs-on: docker - container: catthehacker/ubuntu:act-latest + runs-on: ubuntu-latest steps: - name: 检出代码