Skip to content

Commit

Permalink
Merge pull request #130 from hannesm/ci
Browse files Browse the repository at this point in the history
cirrus: update to FreeBSD 13.2, also test ocaml 4.14.1
  • Loading branch information
hannesm authored Jan 9, 2024
2 parents fea3343 + 5bd4f77 commit e8ea72c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
freebsd_instance:
image_family: freebsd-12-1
image_family: freebsd-13-2

freebsd_task:
env:
OPAMYES: 1
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
Expand Down

0 comments on commit e8ea72c

Please sign in to comment.