From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Wed, 7 Dec 2022 11:06:31 +0000 (+0100) Subject: CI: Change FreeBSD image from 12.3 to 12.4 X-Git-Tag: curl-7_87_0~52 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=66fabeea2a418a1be4ff40be97fa3dae65966e47;p=thirdparty%2Fcurl.git CI: Change FreeBSD image from 12.3 to 12.4 Ref: https://www.phoronix.com/news/FreeBSD-12.4-Released Closes https://github.com/curl/curl/pull/10051 --- diff --git a/.cirrus.yml b/.cirrus.yml index fba7a4e8dc..e67bcb0699 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -31,9 +31,9 @@ freebsd_task: - name: FreeBSD 13.1 freebsd_instance: image_family: freebsd-13-1 - - name: FreeBSD 12.3 + - name: FreeBSD 12.4 freebsd_instance: - image_family: freebsd-12-3 + image_family: freebsd-12-4 env: CIRRUS_CLONE_DEPTH: 10