Skip to content

Commit 683c07b

Browse files
ghirparaclaude
andcommitted
ci(macos): route x86_64 builds to local self-hosted runner
GitHub-hosted macos-13 Intel runners have long queue times; a local self-hosted runner with default labels [self-hosted, macOS, X64] is used instead. arm64 and universal builds are unchanged. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 684285f commit 683c07b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323

2424
jobs:
2525
build:
26-
runs-on: ${{ inputs.architecture == 'arm64' && 'macos-14' || 'macos-13' }}
26+
runs-on: ${{ inputs.architecture == 'arm64' && 'macos-14' || inputs.architecture == 'x86_64' && fromJSON('["self-hosted", "macOS", "X64"]') || 'macos-13' }}
2727
outputs:
2828
artifact-name: ${{ steps.upload.outputs.artifact-name }}
2929

0 commit comments

Comments
 (0)