From 756de05d89932f400b5b9c2348501d8b6d1e6501 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Wed, 30 Aug 2023 13:47:11 -0700 Subject: [PATCH] CI: drop the FreeBSD 12.X build Cirrus' new free tier won't let us have many builds, so drop the nonessential ones. The FreeBSD 13.X build will still give us the most relevant FreeBSD coverage. --- .cirrus.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 6dbcc092fb..e2d7470f70 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -46,9 +46,6 @@ freebsd_task: - name: FreeBSD 13.2 freebsd_instance: image_family: freebsd-13-2 - - name: FreeBSD 12.4 - freebsd_instance: - image_family: freebsd-12-4 env: CIRRUS_CLONE_DEPTH: 10