From 0557ef4ca34c1b563b68c146d5d89061b5d9d5f8 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Wed, 28 Apr 2021 09:57:54 +0200 Subject: [PATCH] fix CI config --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e6cca3c..e5f27647 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,7 @@ variables: build-coq.8.13.2: <<: *template variables: - OPAM_PINS: "coq version 8.12.2" + OPAM_PINS: "coq version 8.13.2" tags: - fp-timing -- GitLab