mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
fix condition and toolsets
This commit is contained in:
@@ -146,7 +146,7 @@ function Invoke-XcodeRunFirstLaunch {
|
||||
[string]$Version
|
||||
)
|
||||
|
||||
if ($Version.StartsWith("8.") -or $Version.StartsWith("9.")) {
|
||||
if ($Version.StartsWith("8") -or $Version.StartsWith("9")) {
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user