From fc32d148203de62671efb64cb0f9de433d042e23 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Sun, 8 May 2022 13:03:00 +0200 Subject: [PATCH] normalize OCaml versions --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2fb8ce4..974a9be 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ stages: variables: CPU_CORES: "10" - OCAML: "ocaml-base-compiler.4.08.1" + OCAML: "ocaml-base-compiler.4.07.1" .template: &template stage: build -- GitLab