comparison .cirrus.yml @ 31381:d81e09faf28e v9.0.1024

patch 9.0.1024: CI doesn't use the latest FreeBSD version Commit: https://github.com/vim/vim/commit/5e0c004f0cef949d0933d2bfaa8fd0e86d675846 Author: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Tue Dec 6 16:56:44 2022 +0000 patch 9.0.1024: CI doesn't use the latest FreeBSD version Problem: CI doesn't use the latest FreeBSD version. Solution: Go from 12.3 to 12.4. (closes https://github.com/vim/vim/issues/11423)
author Bram Moolenaar <Bram@vim.org>
date Tue, 06 Dec 2022 18:00:07 +0100
parents 9549234f3f95
children e87f89061076
comparison
equal deleted inserted replaced
31380:2cc67b3a22a3 31381:d81e09faf28e
6 name: FreeBSD 6 name: FreeBSD
7 matrix: 7 matrix:
8 - name: FreeBSD 13.1 8 - name: FreeBSD 13.1
9 freebsd_instance: 9 freebsd_instance:
10 image_family: freebsd-13-1 10 image_family: freebsd-13-1
11 - name: FreeBSD 12.3 11 - name: FreeBSD 12.4
12 freebsd_instance: 12 freebsd_instance:
13 image_family: freebsd-12-3 13 image_family: freebsd-12-4
14 timeout_in: 20m 14 timeout_in: 20m
15 install_script: 15 install_script:
16 - pkg update -f 16 - pkg update -f
17 - pkg install -y gettext 17 - pkg install -y gettext
18 build_script: 18 build_script: