From b255565de234b635020a22ca51727516a473d220 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Wed, 15 Apr 2020 21:52:44 -0700 Subject: [PATCH] cirrus.yml: use working images --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index bba2e62..602f0a6 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,8 +1,8 @@ task: freebsd_instance: matrix: - - image: freebsd-11-2-release-amd64 - - image: freebsd-12-0-release-amd64 + - image_family: freebsd-11-3-snap + - image_family: freebsd-12-1-snap install_script: pkg install -y gmake script: - gmake check