From 3653f9552478ac2c5f3924920bdb68603117c46e Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Fri, 6 May 2022 13:48:22 +0200 Subject: [PATCH] looks like there is no 4.13.2 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5d2e8af1..a2039cc4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ stages: variables: CPU_CORES: "10" - OCAML: "ocaml-base-compiler.4.13.2" + OCAML: "ocaml-base-compiler.4.13.1" .only_branches: &only_branches only: -- GitLab