[macOS] Remove VCPKG from macOS-14 (#9465)

This commit is contained in:
Erik Bershel
2024-03-07 21:02:41 +01:00
committed by GitHub
parent 3d9bcaefb1
commit cb3fcb62b9
3 changed files with 2 additions and 3 deletions

View File

@@ -93,7 +93,7 @@ if ((-not $os.IsVenturaArm64) -and (-not $os.IsSonomaArm64)) {
}
$packageManagement.AddToolVersion("RubyGems", $(Get-RubyGemsVersion))
if ((-not $os.IsVenturaArm64) -and (-not $os.IsSonomaArm64)) {
if ((-not $os.IsVenturaArm64) -and (-not $os.IsSonomaArm64) -and (-not $os.IsSonoma)) {
$packageManagement.AddToolVersion("Vcpkg", $(Get-VcpkgVersion))
}
$packageManagement.AddToolVersion("Yarn", $(Get-YarnVersion))