We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f19dc45 + adc83d2 commit e2746fdCopy full SHA for e2746fd
1 file changed
Library/Homebrew/github_runner_matrix.rb
@@ -5,6 +5,10 @@
5
require "github_runner"
6
7
class GitHubRunnerMatrix
8
+ # When bumping newest runner, run e.g. `git log -p --reverse -G "sha256 tahoe"`
9
+ # on homebrew/core and tag the first commit with a bottle e.g.
10
+ # `git tag 15-sequoia f42c4a659e4da887fc714f8f41cc26794a4bb320`
11
+ # to allow people to jump to specific commits based on their macOS version.
12
NEWEST_HOMEBREW_CORE_MACOS_RUNNER = :sequoia
13
OLDEST_HOMEBREW_CORE_MACOS_RUNNER = :ventura
14
NEWEST_HOMEBREW_CORE_INTEL_MACOS_RUNNER = :sonoma
0 commit comments