diff --git a/.cirrus.yml b/.cirrus.yml index bbcb5413..dc68cea5 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,5 +1,5 @@ freebsd_instance: - image: freebsd-14-1-release-amd64 + image: freebsd-13-2-release-amd64 env: RUST_BACKTRACE: full @@ -7,7 +7,7 @@ env: task: name: FreeBSD setup_script: - - curl https://sh.rustup.rs -sSf --output rustup.sh + - fetch https://sh.rustup.rs -o rustup.sh - sh rustup.sh -y --profile minimal cargo_cache: folder: $HOME/.cargo/registry