From e1fbb189e5bc8e3967be2ca4f40b546d8bae156d Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Thu, 9 Jan 2025 10:01:27 +0100 Subject: [PATCH] .builds: upgrade FreeBSD builder It's currently failing, and upgrading it may fix it. While here, track lates FreeBSD to avoid upgrade toil. Signed-off-by: Elias Naur --- .builds/freebsd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index 70aaeb3b..9cd370a3 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -1,5 +1,5 @@ # SPDX-License-Identifier: Unlicense OR MIT -image: freebsd/13.x +image: freebsd/latest packages: - libX11 - libxkbcommon