From 9b578f0c9d8f0f3db0d1113a2338907994b6b576 Mon Sep 17 00:00:00 2001 From: "M.Amin Rayej" Date: Fri, 14 Feb 2025 17:37:16 +0330 Subject: [PATCH] ci: bump freeBSD image version (#7158) --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 6a4e7b8e5..0148ad414 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,7 +1,7 @@ only_if: $CIRRUS_TAG == '' && ($CIRRUS_PR != '' || $CIRRUS_BRANCH == 'master' || $CIRRUS_BRANCH =~ 'tokio-.*') auto_cancellation: $CIRRUS_BRANCH != 'master' && $CIRRUS_BRANCH !=~ 'tokio-.*' freebsd_instance: - image_family: freebsd-14-1 + image_family: freebsd-14-2 env: RUST_STABLE: stable RUST_NIGHTLY: nightly-2025-01-25