From 7497b8a9e5ae410a93c4c26f70951291ef7bc071 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Thu, 14 Apr 2022 09:31:19 -0600 Subject: [PATCH] Update FreeBSD CI image to 12.3. 12.2 is EoL. --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index cc5f216da5..3f21c97d52 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -38,7 +38,7 @@ task: env: TARGET: x86_64-unknown-freebsd freebsd_instance: - image: freebsd-12-2-release-amd64 + image: freebsd-12-3-release-amd64 setup_script: - kldload mqueuefs - fetch https://sh.rustup.rs -o rustup.sh