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:
parent
dfbf26910d
commit
f92b2f21c0
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user