[macos] remove vagrant from macos 13 (#8283)

This commit is contained in:
Alexey-Ayupov
2023-09-14 15:04:30 +02:00
committed by GitHub
parent 462858ccf9
commit 32d213064f
3 changed files with 4 additions and 7 deletions

View File

@@ -142,12 +142,10 @@ if ((-not $os.IsVentura) -and (-not $os.IsVenturaArm64)) {
$utilities.AddToolVersion("Subversion (SVN)", $(Get-SVNVersion))
$utilities.AddToolVersion("Switchaudio-osx", $(Get-SwitchAudioOsxVersion))
}
if (-not $os.IsBigSur) {
if ((-not $os.IsBigSur) -and (-not $os.IsVentura) -and (-not $os.IsVenturaArm64)) {
$utilities.AddToolVersion("Vagrant", $(Get-VagrantVersion))
if ((-not $os.IsVentura) -and (-not $os.IsVenturaArm64)) {
$utilities.AddToolVersion("VirtualBox", $(Get-VirtualBoxVersion))
}
}
$utilities.AddToolVersion("yq", $(Get-YqVersion))
$utilities.AddToolVersion("zstd", $(Get-ZstdVersion))

View File

@@ -139,7 +139,7 @@ Describe "wget" {
}
}
Describe "vagrant" -Skip:($os.IsBigSur) {
Describe "vagrant" -Skip:($os.IsBigSur -or $os.IsVentura -or $os.IsVenturaArm64) {
It "vagrant" {
"vagrant --version" | Should -ReturnZeroExitCode
}

View File

@@ -70,8 +70,7 @@
"unxip"
],
"cask_packages": [
"julia",
"vagrant"
"julia"
]
},
"gcc": {