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