Skip to content

Commit

Permalink
Merge pull request #17082 from Homebrew/longer-timeout-for-12-x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
p-linnane authored Apr 14, 2024
2 parents 17d5ab3 + 4820c47 commit 9c119f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Library/Homebrew/github_runner_matrix.rb
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ def generate_runners!
["#{version}#{ephemeral_suffix}", runner_timeout]
end

# macOS 12-x86_64 is usually slower.
timeout += 30 if macos_version <= :monterey
spec = MacOSRunnerSpec.new(
name: "macOS #{version}-x86_64",
runner:,
Expand Down

0 comments on commit 9c119f3

Please sign in to comment.