github_runner_matrix: discontinue non-ephemeral runners

This commit is contained in:
Bo Anderson 2024-01-18 23:22:18 +00:00
parent 4fdc7e939b
commit d756d7b356
No known key found for this signature in database

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