Skip to content

Commit 01becb2

Browse files
committed
Use FreeBSD 13
1 parent a91babb commit 01becb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/vagrant_ci/Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Vagrant.configure("2") do |config|
1414
end
1515

1616
config.vm.define "freebsd" do |bsd|
17-
bsd.vm.box = "freebsd/FreeBSD-12.1-STABLE"
17+
bsd.vm.box = "freebsd/FreeBSD-13.0-RELEASE"
1818
bsd.vm.provision "shell", path: "provision_freebsd.sh"
1919
end
2020

0 commit comments

Comments
 (0)