Skip to content

Commit 50461a5

Browse files
alfgclaude
andcommitted
ci: re-enable macOS Intel build for tag releases
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e11b417 commit 50461a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
if [[ "$IS_RELEASE" == "true" ]] || [[ "${{ inputs.macos_arm64 }}" == "true" ]]; then
7171
add '{"os":"macos-26","arch":"arm64","runner":"macos-26"}'
7272
fi
73-
if [[ "${{ inputs.macos_x86_64 }}" == "true" ]]; then
73+
if [[ "$IS_RELEASE" == "true" ]] || [[ "${{ inputs.macos_x86_64 }}" == "true" ]]; then
7474
add '{"os":"macos-26-intel","arch":"x86_64","runner":"macos-26-intel"}'
7575
fi
7676
if [[ "${{ inputs.linux_x86_64 }}" == "true" ]]; then

0 commit comments

Comments
 (0)