Merge pull request #3538 from crazy-max/update-freebsd-box

ci: switch to bento/freebsd-14 vagrant box
This commit is contained in:
Tõnis Tiigi
2025-11-25 08:14:15 -08:00
committed by GitHub
+2 -1
View File
@@ -2,7 +2,8 @@
# vi: set ft=ruby :
Vagrant.configure("2") do |config|
config.vm.box = "generic/freebsd14"
config.vm.box = "bento/freebsd-14"
config.vm.box_version = "202508.03.0"
config.vm.boot_timeout = 900
config.vm.synced_folder ".", "/vagrant", type: "rsync"
config.ssh.keep_alive = true