Update FreeBSD to 13.1

This fixes the certificate error
This commit is contained in:
bjorn3 2023-01-13 18:16:47 +00:00
parent 20a829acb4
commit 8af4eacc8c

View File

@ -1,7 +1,7 @@
task: task:
name: freebsd name: freebsd
freebsd_instance: freebsd_instance:
image: freebsd-12-1-release-amd64 image: freebsd-13-1-release-amd64
setup_rust_script: setup_rust_script:
- pkg install -y curl git bash - pkg install -y curl git bash
- curl https://sh.rustup.rs -sSf --output rustup.sh - curl https://sh.rustup.rs -sSf --output rustup.sh