Merge branch 'kurtmckee/update-vm-os'

pull/324/head
Anish Athalye 1 year ago
commit d2f76a2593
  1. 2
      test/Vagrantfile

2
test/Vagrantfile vendored

@ -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"]

Loading…
Cancel
Save