Merge pull request #20266 from Homebrew/github_runner_matrix_os_tags

github_runner_matrix: note about adding OS tags.
This commit is contained in:
Patrick Linnane 2025-07-16 16:37:04 +00:00 committed by GitHub
commit e2746fd864
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,6 +5,10 @@ require "test_runner_formula"
require "github_runner" require "github_runner"
class GitHubRunnerMatrix class GitHubRunnerMatrix
# When bumping newest runner, run e.g. `git log -p --reverse -G "sha256 tahoe"`
# on homebrew/core and tag the first commit with a bottle e.g.
# `git tag 15-sequoia f42c4a659e4da887fc714f8f41cc26794a4bb320`
# to allow people to jump to specific commits based on their macOS version.
NEWEST_HOMEBREW_CORE_MACOS_RUNNER = :sequoia NEWEST_HOMEBREW_CORE_MACOS_RUNNER = :sequoia
OLDEST_HOMEBREW_CORE_MACOS_RUNNER = :ventura OLDEST_HOMEBREW_CORE_MACOS_RUNNER = :ventura
NEWEST_HOMEBREW_CORE_INTEL_MACOS_RUNNER = :sonoma NEWEST_HOMEBREW_CORE_INTEL_MACOS_RUNNER = :sonoma