diff --git a/.cirrus.yml b/.cirrus.yml index e67e4420f39..37748a5c16d 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-2 + image_family: freebsd-14-3 env: RUST_STABLE: stable RUST_NIGHTLY: nightly-2025-01-25