Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 4 additions & 9 deletions .github/workflows/release-tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,10 @@ jobs:
rust-target: aarch64-apple-darwin
updater-target: darwin
updater-arch: aarch64
# 暂时搁置 Intel mac 构建:GitHub Actions 把 macos-13 标记为 deprecated
# runner,pool 容量紧张到每次 dispatch 都 queue 1-2h 拿不到分配,多次
# release 都因这个 job 卡住整个 run 的 conclusion。等 GH 把 macOS x86_64
# 迁移到非 deprecated runner(macos-14 / macos-15-large)或 macos-13
# pool 缓解后再恢复。Apple Silicon dmg 在 Intel mac 上跑 Rosetta 仍可用。
# - platform: macos-13
# rust-target: x86_64-apple-darwin
# updater-target: darwin
# updater-arch: x86_64
- platform: macos-15-intel
rust-target: x86_64-apple-darwin
updater-target: darwin
updater-arch: x86_64
- platform: windows-latest
rust-target: x86_64-pc-windows-msvc
updater-target: windows
Expand Down
Loading