mirror of
https://github.com/actions/runner-images.git
synced 2025-12-18 15:57:17 +00:00
[macOS] Add virtualbox to macOS-12 (#5594)
* Add virtualbox to macOS-12 * Fix Get_OSVersion function as isBigSur didn't work * Use proper comparison
This commit is contained in:
@@ -389,7 +389,7 @@ function Get-NewmanVersion {
|
||||
|
||||
function Get-VirtualBoxVersion {
|
||||
$virtualBox = Run-Command "vboxmanage -v"
|
||||
return "virtualbox $virtualBox"
|
||||
return "VirtualBox $virtualBox"
|
||||
}
|
||||
|
||||
function Get-VagrantVersion {
|
||||
|
||||
Reference in New Issue
Block a user