From 40f80c666080fac4b4ca96ce392a4457a68e7022 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Wed, 19 Feb 2020 08:19:17 +0900 Subject: [PATCH] Upgrade freebsd-11 stable --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 28830438..3390b8ce 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -15,7 +15,7 @@ task: task: name: stable x86_64-unknown-freebsd-11 freebsd_instance: - image: freebsd-11-3-stable-amd64-v20190801 + image: freebsd-11-3-stable-amd64-v20200213 setup_script: - pkg install -y curl - curl https://sh.rustup.rs -sSf --output rustup.sh