summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorPhilip H <47042125+pheiduck@users.noreply.github.com>2022-12-06 16:56:44 +0000
committerBram Moolenaar <Bram@vim.org>2022-12-06 16:56:44 +0000
commit5e0c004f0cef949d0933d2bfaa8fd0e86d675846 (patch)
tree1de0cbcd5de3f6fefc18727b28a4863c942d4198 /.cirrus.yml
parenta8cdb4eef83bce8614991f1191f8c8879fda4dc1 (diff)
downloadvim-git-5e0c004f0cef949d0933d2bfaa8fd0e86d675846.tar.gz
patch 9.0.1024: CI doesn't use the latest FreeBSD versionv9.0.1024
Problem: CI doesn't use the latest FreeBSD version. Solution: Go from 12.3 to 12.4. (closes #11423)
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 4cb700c7b..088c4d7e5 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -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