Skip to content

Commit b8453f5

Browse files
committed
ci: switch to bento/freebsd-14 vagrant box
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent 5fd9e1a commit b8453f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hack/Vagrantfile.freebsd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
# vi: set ft=ruby :
33

44
Vagrant.configure("2") do |config|
5-
config.vm.box = "generic/freebsd14"
5+
config.vm.box = "bento/freebsd-14"
6+
config.vm.box_version = "202510.26.0"
67
config.vm.boot_timeout = 900
78
config.vm.synced_folder ".", "/vagrant", type: "rsync"
89
config.ssh.keep_alive = true

0 commit comments

Comments
 (0)