From a91d43823ceeb11b5640a5eed89da362b128c058 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Tue, 4 Jun 2024 15:37:13 -0600 Subject: [PATCH] ci: update FreeBSD CI environment (#6616) Use the newly released FreeBSD 14.1. --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index bdf3af740..a7ce0d9d4 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-0 + image_family: freebsd-14-1 env: RUST_STABLE: stable RUST_NIGHTLY: nightly-2024-05-05