From e72f1775d5094fba87870becec82d898f99d215f Mon Sep 17 00:00:00 2001 From: xunbu Date: Mon, 25 Aug 2025 12:33:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=9D=E8=AF=95=E7=94=9F=E6=88=90macos-x86?= =?UTF-8?q?=E6=9E=B6=E6=9E=84=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-macos-x86.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-macos-x86.yml b/.github/workflows/build-macos-x86.yml index bc6105f..68b5f19 100644 --- a/.github/workflows/build-macos-x86.yml +++ b/.github/workflows/build-macos-x86.yml @@ -11,7 +11,7 @@ jobs: build-macos: # 步骤 1: 指定运行环境为 macOS 14 (Intel) # 使用 xlarge runner 确保是 Intel 架构 - runs-on: macos-14-xlarge + runs-on: macos-14 steps: # 步骤 2: 检出你的代码库