Switch the current version to 15.0-RELEASE. Sadly the 16 snapshot images are not working, hence use the FREEBSD_CURRENT variable as a placeholder for 15.0 until the issues with FreeBSD 16.0 snapshot images is solved.
Reported-by: Andrew Cooper <[email protected]> Signed-off-by: Roger Pau Monné <[email protected]> --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 0de1012d8c60..7bbb4f1c5c6c 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -3,7 +3,7 @@ freebsd_versions: &FREEBSD_VERSIONS env: FREEBSD_LEGACY: freebsd-13-5 FREEBSD_PRODUCTION: freebsd-14-3 - FREEBSD_CURRENT: freebsd-15-0-snap + FREEBSD_CURRENT: freebsd-15-0-amd64-ufs # Build jobs -- 2.51.0
