github_runner_matrix: add -x86_64 to Intel runner names

See Homebrew/ci-orchestrator#15.

Needs Homebrew/ci-orchestrator#15.
This commit is contained in:
Carlo Cabrera 2024-05-03 20:22:07 +01:00
parent dfbf26910d
commit f92b2f21c0
No known key found for this signature in database
GPG Key ID: C74D447FC549A1D0

View File

@ -141,7 +141,7 @@ class GitHubRunnerMatrix
runner, timeout = if use_github_runner && github_runner_available
["macos-#{version}", GITHUB_ACTIONS_RUNNER_TIMEOUT]
else
["#{version}#{ephemeral_suffix}", runner_timeout]
["#{version}-x86_64#{ephemeral_suffix}", runner_timeout]
end
# macOS 12-x86_64 is usually slower.