From: Ed Maste Date: Tue, 12 Dec 2023 16:03:40 +0000 (-0500) Subject: Cirrus CI: drop FreeBSD 12.4 and add FreeBSD 14.0 X-Git-Tag: tcpdump-4.99.5~122 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/a3d46170c78c39cae32341e010d25224b6398b31 Cirrus CI: drop FreeBSD 12.4 and add FreeBSD 14.0 FreeBSD 12.4 is EOL at the end of 2023, and FreeBSD 14.0 was released recently. (cherry picked from commit fcaed97f99a069ba0bead660a0bfd2a46000231a) --- diff --git a/.cirrus.yml b/.cirrus.yml index 727e0666..c9e13b58 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -9,10 +9,10 @@ freebsd_task: # FreeBSD fails to start with 1 GB. 8 CPUs max concurrency. # The number of CPU cores must be either 1 or a multiple of 2. matrix: - - image_family: freebsd-12-4 + - image_family: freebsd-13-2 cpu: 2 memory: 2G - - image_family: freebsd-13-2 + - image_family: freebsd-14-0 cpu: 2 memory: 2G env: