Use ubuntu/focal64 as main testbed

This commit is contained in:
David Duque 2020-07-15 15:28:47 +01:00
parent c8fbe2dd5d
commit 20b4f26e42
No known key found for this signature in database
GPG Key ID: 2F327738A3C0AE3A
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -3,7 +3,7 @@
# vi: set ft=ruby :
Vagrant.configure("2") do |config|
config.vm.box = "debian/buster64"
config.vm.box = "ubuntu/focal64"
config.vm.provider :virtualbox do |vb|
vb.customize ["modifyvm", :id, "--cpus", 1, "--memory", 1024]
end