Skip to content

Commit 39c7277

Browse files
Testclaude
andcommitted
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

File tree

.github/workflows/release-mcpb.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
include:
1919
- os: ubuntu-22.04
2020
platform: linux-x64
21-
- os: macos-13 # Intel Mac
22-
platform: darwin-x64
2321
- os: macos-latest # Apple Silicon Mac (M1/M2)
2422
platform: darwin-arm64
2523
- os: windows-latest
@@ -664,7 +662,6 @@ jobs:
664662
## Platforms
665663
666664
- **Windows Installer**: mcpb-windows-x64-setup.exe (automated setup with GUI)
667-
- **macOS (Intel)**: mcpb-darwin-x64.zip
668665
- **macOS (Apple Silicon)**: mcpb-darwin-arm64.zip
669666
- **Linux (x86_64)**: mcpb-linux-x64.zip
670667
- **Windows (Manual)**: mcpb-windows-x64.zip
@@ -683,7 +680,6 @@ jobs:
683680
draft: false
684681
prerelease: false
685682
files: |
686-
artifacts/mcpb-darwin-x64/mcpb-darwin-x64.mcpb
687683
artifacts/mcpb-darwin-arm64/mcpb-darwin-arm64.mcpb
688684
artifacts/mcpb-linux-x64/mcpb-linux-x64.mcpb
689685
artifacts/mcpb-windows-x64/mcpb-windows-x64.mcpb

0 commit comments

Comments
 (0)