From 5bd4f77fe11b253bfc4a353182fbb4607af5aed2 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Tue, 9 Jan 2024 12:36:11 +0100 Subject: [PATCH] cirrus: update to FreeBSD 13.2, also test ocaml 4.14.1 --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 06d058d3..4a5caa05 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,5 +1,5 @@ freebsd_instance: - image_family: freebsd-12-1 + image_family: freebsd-13-2 freebsd_task: env: @@ -7,8 +7,8 @@ freebsd_task: env: matrix: - OCAML_VERSION: 4.12.1 - - OCAML_VERSION: 4.13.0 - OCAML_VERSION: 4.13.1 + - OCAML_VERSION: 4.14.1 pkg_install_script: pkg install -y ocaml-opam gmp gmake pkgconf bash opam_ocaml_cache: folder: $HOME/.opam