mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
[macos] move license accept out of parallel ForEach (#8120)
This commit is contained in:
@@ -22,6 +22,9 @@ $xcodeVersions | ForEach-Object -ThrottleLimit $threadCount -Parallel {
|
||||
|
||||
Install-XcodeVersion -Version $_.version -LinkTo $_.link
|
||||
Confirm-XcodeIntegrity -Version $_.link
|
||||
}
|
||||
|
||||
$xcodeVersions | ForEach-Object {
|
||||
Approve-XcodeLicense -Version $_.link
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user