尝试生成macos-x86架构包

This commit is contained in:
xunbu
2025-08-25 12:35:33 +08:00
parent e72f1775d5
commit 39125b8817

View File

@@ -11,7 +11,7 @@ jobs:
build-macos: build-macos:
# 步骤 1: 指定运行环境为 macOS 14 (Intel) # 步骤 1: 指定运行环境为 macOS 14 (Intel)
# 使用 xlarge runner 确保是 Intel 架构 # 使用 xlarge runner 确保是 Intel 架构
runs-on: macos-14 runs-on: macos-13
steps: steps:
# 步骤 2: 检出你的代码库 # 步骤 2: 检出你的代码库