mirror of
https://github.com/actions/runner-images.git
synced 2025-12-24 10:28:00 +08:00
[MacOS] Pin sha256 for xcode (#9007)
* pin sha256 for xcode * add sha256 for xcode 15.1
This commit is contained in:
@@ -21,7 +21,7 @@ $xcodeVersions | ForEach-Object -ThrottleLimit $threadCount -Parallel {
|
||||
Import-Module "$env:HOME/image-generation/helpers/Common.Helpers.psm1"
|
||||
Import-Module "$env:HOME/image-generation/helpers/Xcode.Installer.psm1" -DisableNameChecking
|
||||
|
||||
Install-XcodeVersion -Version $_.version -LinkTo $_.link
|
||||
Install-XcodeVersion -Version $_.version -LinkTo $_.link -Sha256Sum $_.sha256
|
||||
Confirm-XcodeIntegrity -Version $_.link
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user