Skip to content

Commit

Permalink
Merge pull request #18689 from Homebrew/longer-deps-timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocab authored Nov 1, 2024
2 parents 745596b + a1853fc commit c69b5e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Library/Homebrew/github_runner_matrix.rb
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ def generate_runners!
["#{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:,
Expand Down

0 comments on commit c69b5e7

Please sign in to comment.