From 5cb44e596cca84639e95bbeee041a020540b116e Mon Sep 17 00:00:00 2001 From: bamanker <27054792@qq.com> Date: Tue, 30 Dec 2025 23:03:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=80=E4=BA=9B=E5=86=85?= =?UTF-8?q?=E5=AE=B91?= 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 4ee4f8a..cfbdee4 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -21,7 +21,7 @@ env: # 构建 Job jobs: build: - runs-on: ubuntu-act # 如果host构建 :linux_amd64 + runs-on: ubuntu-22.04 # 如果host构建 :linux_amd64 container: image: swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/catthehacker/ubuntu:act-latest steps: