From adc83d2d4bed90871526e841d1ed4e17ba5fcce5 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Wed, 16 Jul 2025 17:22:33 +0100 Subject: [PATCH] github_runner_matrix: note about adding OS tags. This helps people running old macOS versions to jump to specific commits before their version was unsupported. --- Library/Homebrew/github_runner_matrix.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Library/Homebrew/github_runner_matrix.rb b/Library/Homebrew/github_runner_matrix.rb index 1a86aa7942..a144e34cae 100644 --- a/Library/Homebrew/github_runner_matrix.rb +++ b/Library/Homebrew/github_runner_matrix.rb @@ -5,6 +5,10 @@ require "test_runner_formula" require "github_runner" 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 OLDEST_HOMEBREW_CORE_MACOS_RUNNER = :ventura NEWEST_HOMEBREW_CORE_INTEL_MACOS_RUNNER = :sonoma