From a9cc3c49f5f3aab26316676b1ec784fde839d1b0 Mon Sep 17 00:00:00 2001 From: Ruoyu Zhong Date: Fri, 12 Sep 2025 01:30:16 +0800 Subject: [PATCH] github_runner_matrix: deploy Tahoe runner in CI --- Library/Homebrew/github_runner_matrix.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/github_runner_matrix.rb b/Library/Homebrew/github_runner_matrix.rb index bf48368b1a..64ea6ce265 100644 --- a/Library/Homebrew/github_runner_matrix.rb +++ b/Library/Homebrew/github_runner_matrix.rb @@ -9,7 +9,7 @@ class GitHubRunnerMatrix # 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 = :tahoe OLDEST_HOMEBREW_CORE_MACOS_RUNNER = :sonoma NEWEST_HOMEBREW_CORE_INTEL_MACOS_RUNNER = :sonoma