github_runner_matrix: include 15-x86_64 with --all-supported

Part of #18356.
This commit is contained in:
Carlo Cabrera 2024-09-20 00:27:43 +08:00
parent 60a07c9c5b
commit c5563dbb0f
No known key found for this signature in database
GPG Key ID: C74D447FC549A1D0

View File

@ -181,7 +181,7 @@ class GitHubRunnerMatrix
)
@runners << create_runner(:macos, :arm64, spec, macos_version)
next if macos_version > NEWEST_HOMEBREW_CORE_INTEL_MACOS_RUNNER
next if !@all_supported && macos_version > NEWEST_HOMEBREW_CORE_INTEL_MACOS_RUNNER
github_runner_available = macos_version <= NEWEST_GITHUB_ACTIONS_INTEL_MACOS_RUNNER &&
macos_version >= OLDEST_GITHUB_ACTIONS_INTEL_MACOS_RUNNER