]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
CI: update FreeBSD runner to 15.0
authorzeertzjq <zeertzjq@outlook.com>
Wed, 4 Feb 2026 17:19:28 +0000 (17:19 +0000)
committerChristian Brabandt <cb@256bit.org>
Wed, 4 Feb 2026 17:19:28 +0000 (17:19 +0000)
closes: #19336

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
.cirrus.yml

index b8d9c785251a522a571f295115f5bafe666ddea1..a97451419e4f15a09ff0fe22a3a2d8a0aee3dec5 100644 (file)
@@ -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}