Merge pull request #18689 from Homebrew/longer-deps-timeout
This commit is contained in:
commit
c69b5e7e3a
@ -169,6 +169,8 @@ class GitHubRunnerMatrix
|
|||||||
["#{version}-arm64", runner_timeout]
|
["#{version}-arm64", runner_timeout]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# We test recursive dependents on ARM macOS, so they can be slower than our Intel runners.
|
||||||
|
timeout *= 2 if @dependent_matrix && timeout < GITHUB_ACTIONS_RUNNER_TIMEOUT
|
||||||
spec = MacOSRunnerSpec.new(
|
spec = MacOSRunnerSpec.new(
|
||||||
name: "macOS #{version}-arm64",
|
name: "macOS #{version}-arm64",
|
||||||
runner:,
|
runner:,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user