From 0b8da16ae42d5d89b43f0ad143747ef0c17462cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Randy=20D=C3=B6ring?= <30527984+radoering@users.noreply.github.com> Date: Wed, 12 Feb 2025 10:10:42 +0100 Subject: [PATCH] chore: update cirrus.ci image --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 4347d13b524..8f326c3db02 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,7 +1,7 @@ tests_task: # We only use Cirrus CI for FreeBSD at present; the rest of the task will assume FreeBSD. freebsd_instance: - image_family: freebsd-14-0 + image_family: freebsd-14-2 # Cirrus has a concurrency limit of 8 vCPUs for FreeBSD. Allow executing 4 tasks in parallel. cpu: 2 memory: 2G