Skip to content

Commit 4a10a38

Browse files
authored
(chocolatey#2690) Use Windows 2019 for Vagrant VM
As described in 2690, using 2022 for this test environment is likely to cause test failures. We can revisit when 2690 has been more fully investigated, but for now this is a known working environment for the purposes of our tests.
1 parent 2f5b02d commit 4a10a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# vi: set ft=ruby :
33

44
Vagrant.configure("2") do |config|
5-
config.vm.box = "StefanScherer/windows_2022"
5+
config.vm.box = "StefanScherer/windows_2019"
66
config.vm.boot_timeout = 600
77

88
# windows

0 commit comments

Comments
 (0)