mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-09 21:00:06 +00:00
Update vagrant config
This commit is contained in:
parent
f5bf6f7781
commit
e89568e6cb
5
support/Vagrantfile
vendored
5
support/Vagrantfile
vendored
@ -3,10 +3,9 @@
|
|||||||
|
|
||||||
# A vagrant config for testing against gcc-4.8.
|
# A vagrant config for testing against gcc-4.8.
|
||||||
Vagrant.configure("2") do |config|
|
Vagrant.configure("2") do |config|
|
||||||
config.vm.box = "ubuntu/xenial64"
|
config.vm.box = "bento/ubuntu-22.04-arm64"
|
||||||
config.disksize.size = '15GB'
|
|
||||||
|
|
||||||
config.vm.provider "virtualbox" do |vb|
|
config.vm.provider "vmware_desktop" do |vb|
|
||||||
vb.memory = "4096"
|
vb.memory = "4096"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user