From 7f4774e76bd5cb9ccb7140d71ef9be9c16009cdf Mon Sep 17 00:00:00 2001 From: Yuki Okushi <huyuumi.dev@gmail.com> Date: Mon, 27 Jul 2020 05:16:54 +0900 Subject: [PATCH] Update FreeBSD 11 to 11.4-RELEASE --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index a4c0a34f..44872196 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-v20200213 + image: freebsd-11-4-release-amd64 setup_script: - pkg install -y curl - curl https://sh.rustup.rs -sSf --output rustup.sh -- GitLab