From d73ae18e145a472d4d72178c314aa29cc7ad4b5a Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Sun, 11 Sep 2022 16:24:19 +0200 Subject: [PATCH] OCaml 4.14 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 31eb7d1..157fb78 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,7 +40,7 @@ variables: build-coq.8.16.patched: <<: *template variables: - OCAML: "ocaml-base-compiler.4.13.0" + OCAML: "ocaml-base-compiler.4.14.0" OPAM_PINS: "git+https://github.com/gadmm/coq.git#v8.16-better-memory-stats" DENY_WARNINGS: "1" MANGLE_NAMES: "1" -- GitLab