mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
[macos] enable simulators for XCode-15 (#8001)
test on simulators is really weird, after deep investigation we deviced to disable it for a while
This commit is contained in:
@@ -31,8 +31,7 @@ $xcodeVersions | ForEach-Object {
|
||||
Write-Host "Configuring Xcode $($_.link) ..."
|
||||
Invoke-XcodeRunFirstLaunch -Version $_.link
|
||||
|
||||
##if ($_.link.Split(".")[0] -ge 14) {
|
||||
if ($_.link.Split(".")[0] -eq 14) {
|
||||
if ($_.link.Split(".")[0] -ge 14) {
|
||||
# Additional simulator runtimes are included by default for Xcode < 14
|
||||
Install-AdditionalSimulatorRuntimes -Version $_.link
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user