Merge pull request #17082 from Homebrew/longer-timeout-for-12-x86_64

This commit is contained in:
Patrick Linnane 2024-04-14 13:06:29 -07:00 committed by GitHub
commit 9c119f3c28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -144,6 +144,8 @@ class GitHubRunnerMatrix
["#{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:,