From ce49394dbc1e603cdf8c778851f1ac8203bec4a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lennard=20G=C3=A4her?= <gaeher@mpi-sws.org> Date: Mon, 28 Oct 2024 09:54:44 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3ad750a4..1940f0ce 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ stages: variables: CPU_CORES: "10" - OCAML: "ocaml-variants.4.14.0+options ocaml-option-flambda" + OCAML: "ocaml-variants.4.10.2+options ocaml-option-flambda" .template: &template stage: build -- GitLab