neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 6456a7cd1e5995158e41f6569e7a457f0b44e09d
parent a702534c501f413b7d81461fbb141ff3bbc1c2d7
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Wed,  3 Dec 2025 08:55:05 +0800

ci(cirrus): update to FreeBSD 14.3 (#36813)


Diffstat:
M.cirrus.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.cirrus.yml b/.cirrus.yml @@ -6,7 +6,7 @@ freebsd_task: name: FreeBSD only_if: $BRANCH != "master" freebsd_instance: - image_family: freebsd-14-2 + image_family: freebsd-14-3 timeout_in: 30m install_script: - pkg install -y cmake gmake ninja unzip wget gettext python git