Merge pull request #20685 from Homebrew/tahoe-runner

github_runner_matrix: deploy Tahoe runner in CI
This commit is contained in:
Ruoyu Zhong 2025-09-14 08:29:06 +00:00 committed by GitHub
commit 5f1241b953
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ class GitHubRunnerMatrix
# on homebrew/core and tag the first commit with a bottle e.g. # on homebrew/core and tag the first commit with a bottle e.g.
# `git tag 15-sequoia f42c4a659e4da887fc714f8f41cc26794a4bb320` # `git tag 15-sequoia f42c4a659e4da887fc714f8f41cc26794a4bb320`
# to allow people to jump to specific commits based on their macOS version. # to allow people to jump to specific commits based on their macOS version.
NEWEST_HOMEBREW_CORE_MACOS_RUNNER = :sequoia NEWEST_HOMEBREW_CORE_MACOS_RUNNER = :tahoe
OLDEST_HOMEBREW_CORE_MACOS_RUNNER = :sonoma OLDEST_HOMEBREW_CORE_MACOS_RUNNER = :sonoma
NEWEST_HOMEBREW_CORE_INTEL_MACOS_RUNNER = :sonoma NEWEST_HOMEBREW_CORE_INTEL_MACOS_RUNNER = :sonoma