试图打包新的universal2应用
This commit is contained in:
2
.github/workflows/build-macos.yml
vendored
2
.github/workflows/build-macos.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
|||||||
build-macos:
|
build-macos:
|
||||||
# 步骤 1: 指定运行环境为 macOS 14 (Apple Silicon)
|
# 步骤 1: 指定运行环境为 macOS 14 (Apple Silicon)
|
||||||
# 这是构建 arm64 和 universal2 应用的必要条件。
|
# 这是构建 arm64 和 universal2 应用的必要条件。
|
||||||
runs-on: macos-14
|
runs-on: macos-13
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# 步骤 2: 检出你的代码库
|
# 步骤 2: 检出你的代码库
|
||||||
|
|||||||
Reference in New Issue
Block a user