Merge pull request #16502 from Bo98/discontinue-non-ephemeral

github_runner_matrix: discontinue non-ephemeral runners
This commit is contained in:
Mike McQuaid 2024-01-19 08:34:27 +00:00 committed by GitHub
commit 4b80dfa0e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -158,8 +158,7 @@ class GitHubRunnerMatrix
runner = +"#{version}-arm64"
runner_timeout = timeout
# Use bare metal runner when testing dependents on ARM64 Monterey.
use_ephemeral = macos_version >= (@dependent_matrix ? :ventura : :monterey)
use_ephemeral = macos_version >= :monterey
runner << ephemeral_suffix if use_ephemeral
runner.freeze