Skip to content

Commit e2746fd

Browse files
authored
Merge pull request #20266 from Homebrew/github_runner_matrix_os_tags
github_runner_matrix: note about adding OS tags.
2 parents f19dc45 + adc83d2 commit e2746fd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Library/Homebrew/github_runner_matrix.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
require "github_runner"
66

77
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.
812
NEWEST_HOMEBREW_CORE_MACOS_RUNNER = :sequoia
913
OLDEST_HOMEBREW_CORE_MACOS_RUNNER = :ventura
1014
NEWEST_HOMEBREW_CORE_INTEL_MACOS_RUNNER = :sonoma

0 commit comments

Comments
 (0)