mirror of
https://github.com/actions/runner-images.git
synced 2026-01-06 01:59:46 +08:00
[macOS] Install Xcode 13 beta along with 13 stable (#4102)
This commit is contained in:
@@ -44,7 +44,11 @@ Invoke-XcodeRunFirstLaunch -Version $defaultXcode
|
||||
Write-Host "Configuring Xcode symlinks..."
|
||||
$xcodeVersions | ForEach-Object {
|
||||
Build-XcodeSymlinks -Version $_.link -Symlinks $_.symlinks
|
||||
Build-ProvisionatorSymlink -Version $_.link
|
||||
|
||||
# Skip creating symlink to install multiple releases of the same Xcode version side-by-side
|
||||
if ($_."skip-symlink" -ne "true") {
|
||||
Build-ProvisionatorSymlink -Version $_.link
|
||||
}
|
||||
}
|
||||
|
||||
Write-Host "Setting default Xcode to $defaultXcode"
|
||||
|
||||
Reference in New Issue
Block a user