更新日志

This commit is contained in:
xunbu
2025-11-10 20:20:28 +08:00
parent 52a8302959
commit 555090bd48
3 changed files with 4 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ jobs:
build-macos:
# 步骤 1: 指定运行环境为 macOS 14 (Apple Silicon)
# 这是构建 arm64 和 universal2 应用的必要条件。
runs-on: macos-13
runs-on: macos-14
steps:
# 步骤 2: 检出你的代码库