From 7cfce54386982264f8c9d5db3f5a96caf3b99cbe Mon Sep 17 00:00:00 2001 From: xtqqczze <45661989+xtqqczze@users.noreply.github.com> Date: Sat, 11 Apr 2026 21:20:55 +0100 Subject: [PATCH] ci: update FreeBSD image to 14.4 (#8038) --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index bcafac2f3..5d83aef29 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-3 + image: freebsd-14-4-release-amd64-ufs env: RUST_STABLE: stable RUST_NIGHTLY: nightly-2025-10-12