From 7fc8240a60512d57f53e6736a5b9d26f1670a08d Mon Sep 17 00:00:00 2001 From: miu <205594122@qq.com> Date: Sun, 15 Mar 2026 05:14:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.github/workflows/build-ex?= =?UTF-8?q?e.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-exe.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-exe.yml b/.github/workflows/build-exe.yml index 874f8f4..f6ecf73 100644 --- a/.github/workflows/build-exe.yml +++ b/.github/workflows/build-exe.yml @@ -6,7 +6,7 @@ on: jobs: build: - runs-on: ubuntu-build # 使用 Ubuntu 基础镜像 + runs-on: Ubuntu_docker_act # 使用 Ubuntu 基础镜像 steps: # 第一步:安装所有需要的环境 - name: Install Node.js and Python