Summary
This release revamps the macOS build pipeline to ensure reliable delivery of Intel binaries by leveraging Apple Silicon runners with Rosetta 2.
Changelog
- Fix(CI): Switched the build strategy to use
macos-14(Apple Silicon) for ALL macOS builds.- Intel (
amd64): Built usingpython-architecture: x64, running via Rosetta 2 on the M1/M2 host. - Silicon (
arm64): Built natively. - Why? This bypasses the instability/unavailability of legacy Intel runners on GitHub Actions.
- Intel (
Artifacts
aisbom-linux-amd64aisbom-macos-amd64(Intel compatible)aisbom-macos-arm64(Apple Silicon native)