We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a91babb commit 01becb2Copy full SHA for 01becb2
doc/vagrant_ci/Vagrantfile
@@ -14,7 +14,7 @@ Vagrant.configure("2") do |config|
14
end
15
16
config.vm.define "freebsd" do |bsd|
17
- bsd.vm.box = "freebsd/FreeBSD-12.1-STABLE"
+ bsd.vm.box = "freebsd/FreeBSD-13.0-RELEASE"
18
bsd.vm.provision "shell", path: "provision_freebsd.sh"
19
20
0 commit comments