Skip to content

Commit

Permalink
Update Vagrantfile
Browse files Browse the repository at this point in the history
change win32 / win64 vm to windows-10-enterprise due to deprecated vm
  • Loading branch information
nnian committed Sep 30, 2020
1 parent 291f45b commit f5e08c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Vagrant.configure("2") do |config|

config.vm.define "win32" do |win32|
win32.vm.hostname = "win32"
win32.vm.box = "gusztavvargadr/windows-10"
win32.vm.box = "gusztavvargadr/windows-10-enterprise"
win32.vm.box_check_update = false

win32.vm.provision "bootstrap",
Expand Down Expand Up @@ -132,7 +132,7 @@ Vagrant.configure("2") do |config|

config.vm.define "win64" do |win64|
win64.vm.hostname = "win64"
win64.vm.box = "gusztavvargadr/windows-10"
win64.vm.box = "gusztavvargadr/windows-10-enterprise"
win64.vm.box_check_update = false

win64.vm.provision "bootstrap",
Expand Down

0 comments on commit f5e08c3

Please sign in to comment.