Update vagrant config

This commit is contained in:
Victor Zverovich 2024-06-30 07:56:35 -07:00
parent f5bf6f7781
commit e89568e6cb

5
support/Vagrantfile vendored
View File

@ -3,10 +3,9 @@
# A vagrant config for testing against gcc-4.8.
Vagrant.configure("2") do |config|
config.vm.box = "ubuntu/xenial64"
config.disksize.size = '15GB'
config.vm.box = "bento/ubuntu-22.04-arm64"
config.vm.provider "virtualbox" do |vb|
config.vm.provider "vmware_desktop" do |vb|
vb.memory = "4096"
end