summaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorPhilip H <47042125+pheiduck@users.noreply.github.com>2023-09-10 18:31:51 +0200
committerChristian Brabandt <cb@256bit.org>2023-09-10 18:31:51 +0200
commit24a95f42b8469944a1e74838438ac8f1d86f9450 (patch)
treec4f4511b0ea77d487b3627ad6434c2c40d5a4c35 /.cirrus.yml
parente7833e73471a110c7c38c80935e1b840f254a3da (diff)
patch 9.0.1892: CI: no FreeBSD 14 supportv9.0.1892
Problem: CI: no FreeBSD 14 support Solution: Drop support for FreeBSD 12, add FreeBSD 14 closes: #13059 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Philip H <47042125+pheiduck@users.noreply.github.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index cfe1d8e38c..7ea83f53ad 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -5,12 +5,12 @@ env:
freebsd_task:
name: FreeBSD
matrix:
- - name: FreeBSD 13.1
+ - name: FreeBSD 14.0
freebsd_instance:
- image_family: freebsd-13-1
- - name: FreeBSD 12.4
+ image_family: freebsd-14-0
+ - name: FreeBSD 13.1
freebsd_instance:
- image_family: freebsd-12-4
+ image_family: freebsd-13-1
timeout_in: 20m
install_script:
- pkg install -y gettext