From: zeertzjq Date: Wed, 4 Feb 2026 17:19:28 +0000 (+0000) Subject: CI: update FreeBSD runner to 15.0 X-Git-Tag: v9.1.2132~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91ec2c3ba83ee77e9a685c8d9d4bb61fe812b47e;p=thirdparty%2Fvim.git CI: update FreeBSD runner to 15.0 closes: #19336 Signed-off-by: zeertzjq Signed-off-by: Christian Brabandt --- diff --git a/.cirrus.yml b/.cirrus.yml index b8d9c78525..a97451419e 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -5,12 +5,12 @@ env: freebsd_task: name: FreeBSD matrix: - - name: FreeBSD 14.3 + - name: FreeBSD 15.0 freebsd_instance: - image_family: freebsd-14-3 + image_family: freebsd-15-0-amd64-ufs timeout_in: 20m install_script: - - pkg install -y gettext + - pkg install -y gettext diffutils build_script: - NPROC=$(getconf _NPROCESSORS_ONLN) - ./configure --with-features=${FEATURES}