From 7d681f013b269722c5cb0131920acf7455c8b8ea Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Tue, 7 Dec 2021 17:08:49 +0100 Subject: [PATCH] Add FreeBSD 12.3 (cherry picked from commit a4d8571fa27f6299c73602f5a5e92c135b9dff61) --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0649281f955..8ded627ed3d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -182,7 +182,7 @@ stages: ### QCOW2 Image Templates .freebsd-12-amd64: &freebsd_12_amd64_image - image: "freebsd-12.2-x86_64" + image: "freebsd-12.3-x86_64" <<: *libvirt_amd64 .freebsd-13-amd64: &freebsd_13_amd64_image -- 2.47.3