From c882c8f417acbc6dcff7eae39e3d97dfc2894214 Mon Sep 17 00:00:00 2001 From: JohnHolmesII Date: Tue, 25 May 2021 07:50:04 -0700 Subject: [PATCH] CI: Add FreeBSD 13 --- .cirrus.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index 21d77e02b3..146376db38 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -104,6 +104,11 @@ freebsd_task: image_family: freebsd-12-2 cpu: 8 memory: 8G + - name: FreeBSD 13 + freebsd_instance: + image_family: freebsd-13-0 + cpu: 8 + memory: 8G env: CCACHE_MAXSIZE: 300M # 3x clean build, rounded CCACHE_DIR: /tmp/ccache_dir