ci: upgrade FreeBSD VM to 14.1

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-06-25 12:56:54 +02:00
parent d096affbaa
commit a97bd7b4ac

View file

@ -66,11 +66,11 @@ stages:
.os-freebsd:
variables:
BUILD_OS: freebsd
FDO_DISTRIBUTION_VERSION: "13.2"
FDO_DISTRIBUTION_VERSION: "14.1"
FDO_DISTRIBUTION_PACKAGES: 'meson ninja pkgconf libpciaccess py39-docutils cairo'
# bump this tag every time you change something which requires rebuilding the
# base image
FDO_DISTRIBUTION_TAG: "2023-07-20.0"
FDO_DISTRIBUTION_TAG: "2026-26-25.0"
.freebsd-x86_64:
extends: