From 3e39035b3cb17717058e632ec1a7aa4cf423227d Mon Sep 17 00:00:00 2001 From: xunbu Date: Mon, 25 Aug 2025 15:18:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=95=E5=9B=BE=E6=89=93=E5=8C=85=E6=96=B0?= =?UTF-8?q?=E7=9A=84universal2=E5=BA=94=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 8baaa5d..cddb80f 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -11,7 +11,7 @@ jobs: build-macos: # 步骤 1: 指定运行环境为 macOS 14 (Apple Silicon) # 这是构建 arm64 和 universal2 应用的必要条件。 - runs-on: macos-14 + runs-on: macos-13 steps: # 步骤 2: 检出你的代码库