mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00: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"
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"default": "12.5.1",
|
||||
"versions": [
|
||||
{ "link": "13.0", "version": "13.0.0"},
|
||||
{ "link": "13.0_beta", "version": "13 beta 5", "skip-symlink": "true"},
|
||||
{ "link": "12.5.1", "version": "12.5.1"},
|
||||
{ "link": "12.5", "version": "12.5.0"},
|
||||
{ "link": "12.4", "version": "12.4.0"},
|
||||
|
||||
Reference in New Issue
Block a user