mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 22:26:56 +00:00
Add macOS 12 image templates (#4062)
This commit is contained in:
@@ -238,10 +238,13 @@ function Build-XcodeSupportToolsSection {
|
||||
$nomadCLI = [regex]::matches($nomadOutput, "(\d+.){2}\d+").Value
|
||||
$nomadShenzhenOutput = Run-Command "ipa -version"
|
||||
$nomadShenzhen = [regex]::matches($nomadShenzhenOutput, "(\d+.){2}\d+").Value
|
||||
$toolList += @(
|
||||
"Nomad CLI $nomadCLI",
|
||||
"Nomad shenzhen CLI $nomadShenzhen"
|
||||
)
|
||||
|
||||
if ($os.IsLessThanMonterey) {
|
||||
$toolList += @(
|
||||
"Nomad CLI $nomadCLI",
|
||||
"Nomad shenzhen CLI $nomadShenzhen"
|
||||
)
|
||||
}
|
||||
|
||||
if ($os.IsLessThanBigSur) {
|
||||
$xctool = Run-Command "xctool --version"
|
||||
|
||||
Reference in New Issue
Block a user