Merge pull request #16502 from Bo98/discontinue-non-ephemeral
github_runner_matrix: discontinue non-ephemeral runners
This commit is contained in:
commit
4b80dfa0e0
@ -158,8 +158,7 @@ class GitHubRunnerMatrix
|
|||||||
runner = +"#{version}-arm64"
|
runner = +"#{version}-arm64"
|
||||||
runner_timeout = timeout
|
runner_timeout = timeout
|
||||||
|
|
||||||
# Use bare metal runner when testing dependents on ARM64 Monterey.
|
use_ephemeral = macos_version >= :monterey
|
||||||
use_ephemeral = macos_version >= (@dependent_matrix ? :ventura : :monterey)
|
|
||||||
runner << ephemeral_suffix if use_ephemeral
|
runner << ephemeral_suffix if use_ephemeral
|
||||||
|
|
||||||
runner.freeze
|
runner.freeze
|
||||||
|
Loading…
x
Reference in New Issue
Block a user