mirror of
1
0
Fork 0

Merge branch 'kurtmckee/update-vm-os'

This commit is contained in:
Anish Athalye 2022-04-11 08:05:50 -04:00
commit d2f76a2593
1 changed files with 1 additions and 1 deletions

2
test/Vagrantfile vendored
View File

@ -1,5 +1,5 @@
Vagrant.configure(2) do |config|
config.vm.box = 'ubuntu/bionic64'
config.vm.box = 'ubuntu/jammy64'
config.vm.synced_folder "..", "/dotbot", mount_options: ["ro"]