mirror of
https://github.com/actions/runner-images.git
synced 2025-12-26 19:38:57 +08:00
* [macos] fix XCode simulator install behaviour
in 3929bc9f6e
was introduced regression: simulators were installed only for latest
XCode-14 instance. However, they should be installed for all XCode-14
instances.
let us revert that behaviour
* improve code readability by moving version comparison outside loop
* rework brew installation for ARM64