Merge pull request #17082 from Homebrew/longer-timeout-for-12-x86_64
This commit is contained in:
commit
9c119f3c28
@ -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:,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user