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) {
|
if ($os.IsCatalina) {
|
||||||
$utilitiesList += @(
|
$utilitiesList += @(
|
||||||
(Get-VagrantVersion),
|
|
||||||
(Get-ParallelVersion)
|
(Get-ParallelVersion)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (-not $os.IsBigSur) {
|
if (-not $os.IsBigSur) {
|
||||||
$utilitiesList += @(
|
$utilitiesList += @(
|
||||||
|
(Get-VagrantVersion),
|
||||||
(Get-VirtualBoxVersion)
|
(Get-VirtualBoxVersion)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -138,7 +138,7 @@ Describe "wget" {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Describe "vagrant" -Skip:($os.IsHigherThanCatalina) {
|
Describe "vagrant" -Skip:($os.IsBigSur) {
|
||||||
It "vagrant" {
|
It "vagrant" {
|
||||||
"vagrant --version" | Should -ReturnZeroExitCode
|
"vagrant --version" | Should -ReturnZeroExitCode
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -161,6 +161,7 @@
|
|||||||
],
|
],
|
||||||
"cask_packages": [
|
"cask_packages": [
|
||||||
"julia",
|
"julia",
|
||||||
|
"vagrant",
|
||||||
"virtualbox"
|
"virtualbox"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user