From 2f730d4d5a4810088428f6e6397bda42d376deec Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Sat, 6 Jan 2024 03:59:04 -0700 Subject: [PATCH] ci: update FreeBSD CI environment to 13.2 (#6270) Because 13.1 is EoL --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 05f7f82b4..b61a6a83f 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-1 + image_family: freebsd-13-2 env: RUST_STABLE: stable RUST_NIGHTLY: nightly-2023-10-21