From f9642447ec63f2ed71e1fe4609ad0bca11c4f61f Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Mon, 26 Oct 2020 21:33:48 +0100 Subject: [PATCH] .builds: fix FreeBSD builders For some reason, the FreeBSD 12 image doesn't have xorg-vfbserver. 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 ef20868a..080ef05c 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -1,4 +1,4 @@ -image: freebsd/latest +image: freebsd/11.x packages: - libX11 - libxkbcommon