From c43832a7b13313550d49c2fdc7db4fe247d26c4e Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Fri, 15 Apr 2022 03:50:40 -0600 Subject: [PATCH] ci: update FreeBSD CI image to 12.3 (#4620) --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 29addba95..1adc492ad 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,5 +1,5 @@ freebsd_instance: - image: freebsd-12-2-release-amd64 + image: freebsd-12-3-release-amd64 env: RUST_STABLE: stable RUST_NIGHTLY: nightly-2022-03-21