mirror of
https://github.com/actions/runner-images.git
synced 2026-01-08 03:07:32 +08: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