From 04d1e29b41e2530e401fe330b4e6eac026ca1092 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Sat, 7 May 2022 14:08:23 +0200 Subject: [PATCH] use faster ocaml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e3bfc450..e6a2cd2e 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