Add vagrant to macOS-12 (#5854)

This commit is contained in:
Mikhail Timofeev
2022-07-04 14:35:52 +04:00
committed by GitHub
parent d5815d8d53
commit d0d2b9239f
3 changed files with 3 additions and 2 deletions

View File

@@ -135,13 +135,13 @@ if ($os.IsLessThanMonterey) {
if ($os.IsCatalina) {
$utilitiesList += @(
(Get-VagrantVersion),
(Get-ParallelVersion)
)
}
if (-not $os.IsBigSur) {
$utilitiesList += @(
(Get-VagrantVersion),
(Get-VirtualBoxVersion)
)
}