Skip to content

Commit 5d6937a

Browse files
authored
config: use vz as default vm type on macOS 13 or newer (#1217)
Signed-off-by: Abiola Ibrahim <[email protected]>
1 parent da72ca3 commit 5d6937a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

environment/vm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func (a Arch) Value() Arch {
6464
// DefaultVMType returns the default virtual machine type based on the operation
6565
// system and availability of Qemu.
6666
func DefaultVMType() string {
67-
if util.AssertQemuImg() != nil && util.MacOS13OrNewer() {
67+
if util.MacOS13OrNewer() {
6868
return "vz"
6969
}
7070

0 commit comments

Comments
 (0)