Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4044eec

Browse files
committed
ci: macOS Intel 改用 macos-latest 跨编译 x86_64
macos-13 runner 在 GitHub Actions 上排队/不可用导致 v1.0.29 build 卡死。 改用 macos-latest(ARM64)+ --target x86_64-apple-darwin 跨编译, Rust 工具链已通过 matrix 安装 x86_64 target,Xcode SDK 自带跨架构能力。
1 parent a9083db commit 4044eec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
rust-target: aarch64-apple-darwin
2525
tauri-args: --target aarch64-apple-darwin
2626
- name: macOS-Intel
27-
os: macos-13
27+
os: macos-latest
2828
rust-target: x86_64-apple-darwin
2929
tauri-args: --target x86_64-apple-darwin
3030
- name: Linux

0 commit comments

Comments
 (0)