From dbd03ec67804419c6c295d4f38846610e26db019 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Thu, 14 Apr 2022 09:33:45 -0600 Subject: Update FreeBSD 12 CI image to 12.3. 12.2 is EoL. 11.4 is also EoL, but we need to keep testing on FreeBSD 11 since we expose a FreeBSD 11 ABI. --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 13a1f690dd..35cb4c4787 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -16,7 +16,7 @@ task: task: name: nightly x86_64-unknown-freebsd-12 freebsd_instance: - image: freebsd-12-2-release-amd64 + image: freebsd-12-3-release-amd64 setup_script: - pkg install -y curl - curl https://sh.rustup.rs -sSf --output rustup.sh -- cgit v1.2.1