This commit is contained in:
xunbu
2025-12-14 11:26:11 +08:00
parent 6df97ce0ca
commit 97062f33f1
3 changed files with 8 additions and 2 deletions

View File

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