From a14d47ae7621011f9ff53e9c35f44ad0d1ff0964 Mon Sep 17 00:00:00 2001 From: Suresh Sundriyal <247110+sureshsundriyal@users.noreply.github.com> Date: Fri, 18 Sep 2020 16:18:38 -0700 Subject: [PATCH] [cirrus/ci] Use a recent FreeBSD image --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 3501b6c3..3a77b7fb 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,5 +1,5 @@ freebsd_instance: - image: freebsd-11-2-release-amd64 + image: freebsd-12-1-release-amd64 task: install_script: pkg install -y wget git m4 bash autoconf automake sqlite3 gmake build_script: ./autogen.sh && ./configure && gmake -j3