From 2fa73a701bb483f7042c2debd235219d998b9bdf Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Sat, 13 Jan 2024 09:49:13 -0800 Subject: [PATCH] Remove FreeBSD 12.1 CI (#687) FreeBSD 12 is EOL, and the package archives don't seem to be available anymore. --- .cirrus.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 1492a1651ba..1cc4bd2cfff 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -8,9 +8,6 @@ env: task: only_if: $CIRRUS_BRANCH == 'master' || $CIRRUS_PR != '' matrix: - - name: FreeBSD 12.1 - freebsd_instance: - image_family: freebsd-12-1-snap - name: FreeBSD 13.0 freebsd_instance: image_family: freebsd-13-0-snap