mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
macos-13: update XCode-15 to Beta 6 (#8076)
This commit is contained in:
@@ -129,10 +129,7 @@ function Approve-XcodeLicense {
|
||||
$XcodeRootPath = Get-XcodeRootPath -Version $Version
|
||||
Write-Host "Approving Xcode license for '$XcodeRootPath'..."
|
||||
$xcodeBuildPath = Get-XcodeToolPath -XcodeRootPath $XcodeRootPath -ToolName "xcodebuild"
|
||||
try {
|
||||
Invoke-Expression -Command "sudo $xcodeBuildPath -license accept" 2>&1 | Out-Null
|
||||
} catch { }
|
||||
|
||||
Invoke-ValidateCommand -Command "sudo $xcodeBuildPath -license accept" -Timeout 15
|
||||
}
|
||||
|
||||
function Install-XcodeAdditionalPackages {
|
||||
|
||||
Reference in New Issue
Block a user