codegen: cargo-zigbuild's macOS binary is universal binary

This commit is contained in:
Taiki Endo
2025-01-29 04:57:09 +09:00
parent df3b728223
commit fc5961fb83
3 changed files with 44 additions and 42 deletions

View File

@@ -12,6 +12,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
- Support `cargo-semver-checks` on AArch64 Linux.
- Support `cargo-zigbuild` on x86_64 macOS.
- Support installing native binary for `mdbook` and `shellcheck` on AArch64 macOS. (Previously x86_64 macOS binary is used as fallback.)
- Support installing native binary for `just` and `sccache` on AArch64 Windows. (Previously x86_64 Windows binary is used as fallback.)