Skip to content

Commit

Permalink
github_runner_matrix: include 15-x86_64 with --all-supported
Browse files Browse the repository at this point in the history
Part of #18356.
  • Loading branch information
carlocab committed Sep 19, 2024
1 parent 60a07c9 commit c5563db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/github_runner_matrix.rb
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def generate_runners!
)
@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
Expand Down

0 comments on commit c5563db

Please sign in to comment.