From 8c97337aadb726f7b6f3a1a3f90e969abb3a9732 Mon Sep 17 00:00:00 2001 From: Thomas de Zeeuw Date: Wed, 19 Jun 2024 09:45:01 +0200 Subject: [PATCH] Use FreeBSD 13.2 again --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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