mirror of
https://github.com/actions/runner-images.git
synced 2025-12-10 10:58:13 +00:00
[macOS] Install MetalToolchain for Xcode Releases only (#13273)
This commit is contained in:
@@ -35,7 +35,7 @@ $xcodeVersions | ForEach-Object {
|
||||
Write-Host "Configuring Xcode $($_.link) ..."
|
||||
Invoke-XcodeRunFirstLaunch -Version $_.link
|
||||
Install-XcodeAdditionalSimulatorRuntimes -Version $_.link -Arch $arch -Runtimes $_.install_runtimes
|
||||
if ($_.link -match '\d{2}(?=[._])' -and [int]$matches[0] -ge 26) {
|
||||
if (($_.link -match '^(\d+)\.(\d+)$') -and ([int]$matches[1] -ge 26)) {
|
||||
Install-XcodeAdditionalComponents -Version $_.link
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user