]> granicus.if.org Git - vim/commitdiff
patch 9.0.1024: CI doesn't use the latest FreeBSD version v9.0.1024
authorPhilip H <47042125+pheiduck@users.noreply.github.com>
Tue, 6 Dec 2022 16:56:44 +0000 (16:56 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 6 Dec 2022 16:56:44 +0000 (16:56 +0000)
Problem:    CI doesn't use the latest FreeBSD version.
Solution:   Go from 12.3 to 12.4. (closes #11423)

.cirrus.yml
src/version.c

index 4cb700c7b6456eb81e66d6acb0de0793f5abe8e0..088c4d7e55103ab33262a7c50efd8bc8b48ef4cd 100644 (file)
@@ -8,9 +8,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
   timeout_in: 20m
   install_script:
     - pkg update -f
index 5db72d20d5c315de65596ef442133d45eb4af74d..7360dc2592303841d0d6b88f345da1f9b8382a8b 100644 (file)
@@ -695,6 +695,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1024,
 /**/
     1023,
 /**/