diff --git a/.cirrus.yml b/.cirrus.yml index 53e895bc9..abd65eea7 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,12 +1,9 @@ task: only_if: $CIRRUS_BRANCH == 'master' || $CIRRUS_PR != '' matrix: - - name: FreeBSD 12.1 + - name: FreeBSD 13.2 freebsd_instance: - image_family: freebsd-12-1-snap - - name: FreeBSD 13.0 - freebsd_instance: - image_family: freebsd-13-0-snap + image_family: freebsd-13-2-snap # Install Rust setup_script: - fetch https://sh.rustup.rs -o rustup.sh