Skip to content

Commit 18d7948

Browse files
authored
Merge pull request chocolatey#2696 from chocolatey/use-2019-for-test-vms
(chocolatey#2690) Use Windows 2019 for Vagrant VM
2 parents 2f5b02d + 4a10a38 commit 18d7948

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)