mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 06:08:07 +00:00
Add vagrant to macOS-12 (#5854)
This commit is contained in:
@@ -135,13 +135,13 @@ if ($os.IsLessThanMonterey) {
|
||||
|
||||
if ($os.IsCatalina) {
|
||||
$utilitiesList += @(
|
||||
(Get-VagrantVersion),
|
||||
(Get-ParallelVersion)
|
||||
)
|
||||
}
|
||||
|
||||
if (-not $os.IsBigSur) {
|
||||
$utilitiesList += @(
|
||||
(Get-VagrantVersion),
|
||||
(Get-VirtualBoxVersion)
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user