From 046f91f21ac619f7307a8e853f863ded4df7f322 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Mon, 15 Feb 2021 17:04:42 -0500 Subject: [PATCH] Cirrus-CI: use FreeBSD 12.2 image Direct commit to stable/12 as main has other changes here, using the llvm package to avoid building the toolchain. --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 1425b21d1ee..ec87c371aca 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,7 +1,7 @@ # $FreeBSD$ freebsd_instance: - image: freebsd-12-1-release-amd64 + image: freebsd-12-2-release-amd64 cpu: 8 memory: 24G -- 2.45.0