Merge pull request #18689 from Homebrew/longer-deps-timeout

This commit is contained in:
Carlo Cabrera 2024-11-01 18:02:18 +08:00 committed by GitHub
commit c69b5e7e3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -169,6 +169,8 @@ class GitHubRunnerMatrix
["#{version}-arm64", runner_timeout]
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(
name: "macOS #{version}-arm64",
runner:,