From 43f70cf73f3dd6a448f116e25ea4fbd2a974a66f Mon Sep 17 00:00:00 2001 From: Robert Adam Date: Mon, 9 Mar 2020 14:43:44 +0100 Subject: [PATCH] .cirrus.yml: Update FreeBSD CI to use 12.1 as 12.0 has reached EOL on February 29th 2020 --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 56979e964..f0c07a8fa 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,5 +1,5 @@ freebsd_instance: - image: freebsd-12-0-release-amd64 + image: freebsd-12-1-release-amd64 freebsd_task: update_script: pkg update && pkg upgrade -y