]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Cirrus CI: drop FreeBSD 12.4 and add FreeBSD 14.0 1112/head
authorEd Maste <[email protected]>
Tue, 12 Dec 2023 16:03:40 +0000 (11:03 -0500)
committerEd Maste <[email protected]>
Tue, 12 Dec 2023 16:03:40 +0000 (11:03 -0500)
FreeBSD 12.4 is EOL at the end of 2023, and FreeBSD 14.0 was released
recently.

.cirrus.yml

index 36edc1b3cfce6f849f38245dbff7101cec65d050..c62c77973cd6b0f9ab676e6f35876d8f9bac0fc0 100644 (file)
@@ -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: