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]
|
["#{version}#{ephemeral_suffix}", runner_timeout]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# macOS 12-x86_64 is usually slower.
|
||||||
|
timeout += 30 if macos_version <= :monterey
|
||||||
spec = MacOSRunnerSpec.new(
|
spec = MacOSRunnerSpec.new(
|
||||||
name: "macOS #{version}-x86_64",
|
name: "macOS #{version}-x86_64",
|
||||||
runner:,
|
runner:,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user