From fae760f2b24cb26494b65c0a7ac38b92ead345af Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Sat, 11 Apr 2020 21:37:09 -0400 Subject: [PATCH] cirrus: Bump freebsd to 12.1 --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index f9c3d844bef..4a9bf845253 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,7 +1,7 @@ task: - name: "FreeBsd 12.0 amd64 [GOAL: install] [no depends, only system libs]" + name: "FreeBsd 12.1 amd64 [GOAL: install] [no depends, only system libs]" freebsd_instance: - image: freebsd-12-0-release-amd64 + image_family: freebsd-12-1 # https://cirrus-ci.org/guide/FreeBSD/ cpu: 8 memory: 8G timeout_in: 60m