From bca3d09354f74fc8519edfb73153c2f29ed50700 Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Thu, 20 Jun 2024 20:42:32 +0200 Subject: [PATCH] Add FreeBSD 14.1 --- .gitlab-ci.yml | 2 +- doc/arm/platforms.inc.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f6ed33d344..136ec41d4f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -210,7 +210,7 @@ stages: <<: *libvirt_amd64 .freebsd-14-amd64: &freebsd_14_amd64_image - image: "freebsd-14.0-x86_64" + image: "freebsd-14.1-x86_64" <<: *libvirt_amd64 .openbsd-amd64: &openbsd_amd64_image diff --git a/doc/arm/platforms.inc.rst b/doc/arm/platforms.inc.rst index dd259c7e02..d732ec93b2 100644 --- a/doc/arm/platforms.inc.rst +++ b/doc/arm/platforms.inc.rst @@ -47,7 +47,7 @@ following systems: - Ubuntu LTS 20.04, 22.04, 24.04 - Fedora 40 - Red Hat Enterprise Linux / CentOS / Oracle Linux 8, 9 -- FreeBSD 13.3, 14.0 +- FreeBSD 13.3, 14.1 - Alpine Linux 3.20 The amd64 CPU architecture is fully supported and regularly tested.