From 31252796978aee69d0c859dacceee92ff6a7ccf5 Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Sun, 3 Mar 2024 21:12:58 +0100 Subject: [PATCH] ci: update FreeBSD image to 14 (#6376) --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index b61a6a83f..8aea3efa7 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-13-2 + image_family: freebsd-14-0 env: RUST_STABLE: stable RUST_NIGHTLY: nightly-2023-10-21