Skip to content

Commit

Permalink
github_runner_matrix: enable usage of macos-15 runners
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocab committed Sep 25, 2024
1 parent 2f2ca82 commit 6acce77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/github_runner_matrix.rb
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def runner_enabled?(macos_version)

NEWEST_GITHUB_ACTIONS_INTEL_MACOS_RUNNER = :ventura
OLDEST_GITHUB_ACTIONS_INTEL_MACOS_RUNNER = :monterey
NEWEST_GITHUB_ACTIONS_ARM_MACOS_RUNNER = :sonoma
NEWEST_GITHUB_ACTIONS_ARM_MACOS_RUNNER = :sequoia
OLDEST_GITHUB_ACTIONS_ARM_MACOS_RUNNER = :sonoma
GITHUB_ACTIONS_RUNNER_TIMEOUT = 360

Expand Down

0 comments on commit 6acce77

Please sign in to comment.