From 8dc0e1f9d7171ab9a6a8971e58ad63a8b81b123e Mon Sep 17 00:00:00 2001 From: bamanker <27054792@qq.com> Date: Wed, 31 Dec 2025 00:15:39 +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=B92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index cfbdee4..bc9346e 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -21,9 +21,9 @@ env: # 构建 Job jobs: build: - runs-on: ubuntu-22.04 # 如果host构建 :linux_amd64 - container: - image: swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/catthehacker/ubuntu:act-latest + runs-on: ubuntu-node24 # 如果host构建 :linux_amd64 +# container: +# image: swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/catthehacker/ubuntu:act-latest steps: - name: Print system info 1 run: echo " The job was automatically triggered by a ${{ gitea.event_name }} event."