From 6fd406c71264183b10eb24aadbb0c4f534739ccc Mon Sep 17 00:00:00 2001 From: Thomas de Zeeuw Date: Wed, 15 Apr 2020 19:29:23 +0200 Subject: [PATCH] Update Cirrus CI to use FreeBSD 12.1 --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index c28c75bf9..87952b21b 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,11 +1,11 @@ freebsd_instance: - image: freebsd-11-2-release-amd64 + image: freebsd-12-1-release-amd64 env: RUST_BACKTRACE: full task: - name: FreeBSD 11.2 amd64 + name: FreeBSD 12.1 amd64 setup_script: - pkg install -y curl - curl https://sh.rustup.rs -sSf --output rustup.sh