Skip to content

Commit 52bcb28

Browse files
roodboiclaude
andcommitted
fix(ci): restore Intel macOS build in the release matrix
The Blacksmith migration left only arm64 macOS runners, so releases stopped producing hack-<v>-darwin-x86_64.tar.gz and the homebrew tap render fails on the missing asset (first seen on v3.1.0; v3.0.0 was cut pre-migration). macos-15-intel restores the x86_64 tarball. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 1fc0715 commit 52bcb28

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ jobs:
6969
- os: blacksmith-6vcpu-macos-15
7070
upload_install: false
7171
skip_tests: true
72+
- os: macos-15-intel
73+
upload_install: false
74+
skip_tests: true
7275
steps:
7376
- name: Checkout
7477
uses: actions/checkout@v4

0 commit comments

Comments
 (0)