diff --git a/images/macos/software-report/SoftwareReport.Generator.ps1 b/images/macos/software-report/SoftwareReport.Generator.ps1 index df8fe824..199635d4 100644 --- a/images/macos/software-report/SoftwareReport.Generator.ps1 +++ b/images/macos/software-report/SoftwareReport.Generator.ps1 @@ -135,13 +135,13 @@ if ($os.IsLessThanMonterey) { if ($os.IsCatalina) { $utilitiesList += @( - (Get-VagrantVersion), (Get-ParallelVersion) ) } if (-not $os.IsBigSur) { $utilitiesList += @( + (Get-VagrantVersion), (Get-VirtualBoxVersion) ) } diff --git a/images/macos/tests/BasicTools.Tests.ps1 b/images/macos/tests/BasicTools.Tests.ps1 index 8bfa45ae..df7045b5 100644 --- a/images/macos/tests/BasicTools.Tests.ps1 +++ b/images/macos/tests/BasicTools.Tests.ps1 @@ -138,7 +138,7 @@ Describe "wget" { } } -Describe "vagrant" -Skip:($os.IsHigherThanCatalina) { +Describe "vagrant" -Skip:($os.IsBigSur) { It "vagrant" { "vagrant --version" | Should -ReturnZeroExitCode } diff --git a/images/macos/toolsets/toolset-12.json b/images/macos/toolsets/toolset-12.json index c1b7c80e..b0bcdf3b 100644 --- a/images/macos/toolsets/toolset-12.json +++ b/images/macos/toolsets/toolset-12.json @@ -161,6 +161,7 @@ ], "cask_packages": [ "julia", + "vagrant", "virtualbox" ] },