From 01637a9edd9e3a2a7c5466d7cfd24e3b3a63da89 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Sat, 1 Oct 2022 13:03:12 -0600 Subject: [PATCH] Update FreeBSD 13 CI image to 13.1 13.0 is EoL. --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index c2a08e4d..fcbb8db6 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -15,7 +15,7 @@ task: task: name: nightly x86_64-unknown-freebsd-13 freebsd_instance: - image: freebsd-13-0-release-amd64 + image: freebsd-13-1-release-amd64 setup_script: - pkg install -y curl - curl https://sh.rustup.rs -sSf --output rustup.sh