Commit 39c7277
fix(ci): remove deprecated darwin-x64 build from release workflow
The macOS-13 runner has been retired by GitHub Actions, causing the
darwin-x64 build to be cancelled. This blocked the installer build
because build-windows-installer depends on ALL matrix jobs completing.
Changes:
- Remove darwin-x64 (macOS-13) from build matrix
- Remove darwin-x64 from release artifacts and documentation
- Keep linux-x64, darwin-arm64 (Apple Silicon), and windows-x64
Impact:
- macOS Intel users will no longer have pre-built binaries
- darwin-arm64 binaries may work on Intel Macs via Rosetta 2
- Installer builds will no longer be blocked by cancelled jobs
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 0fcd5d9 commit 39c7277
1 file changed
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | 21 | | |
24 | 22 | | |
25 | 23 | | |
| |||
664 | 662 | | |
665 | 663 | | |
666 | 664 | | |
667 | | - | |
668 | 665 | | |
669 | 666 | | |
670 | 667 | | |
| |||
683 | 680 | | |
684 | 681 | | |
685 | 682 | | |
686 | | - | |
687 | 683 | | |
688 | 684 | | |
689 | 685 | | |
| |||
0 commit comments