From f92b2f21c0517ba306cb2386e3c5ef8d35812390 Mon Sep 17 00:00:00 2001 From: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Date: Fri, 3 May 2024 20:22:07 +0100 Subject: [PATCH] github_runner_matrix: add `-x86_64` to Intel runner names See Homebrew/ci-orchestrator#15. Needs Homebrew/ci-orchestrator#15. --- Library/Homebrew/github_runner_matrix.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/github_runner_matrix.rb b/Library/Homebrew/github_runner_matrix.rb index c0acdba0cf..2ebb435ab1 100644 --- a/Library/Homebrew/github_runner_matrix.rb +++ b/Library/Homebrew/github_runner_matrix.rb @@ -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.