Update CI to FreeBSD 13.4

The 13.3 image is no longer provided by Google Cloud.
This commit is contained in:
Amanieu d'Antras
2025-02-14 16:16:06 +00:00
parent d28b3b3eea
commit 034f26d725
+1 -1
View File
@@ -1,7 +1,7 @@
task:
name: x86_64-unknown-freebsd
freebsd_instance:
image_family: freebsd-13-3
image_family: freebsd-13-4
setup_script:
- curl https://sh.rustup.rs -sSf --output rustup.sh
- sh rustup.sh --default-toolchain nightly -y