From de6a6bc54ab01530ec6f7dc15853697b6152d609 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lennard=20G=C3=A4her?= <l.gaeher@posteo.de> Date: Tue, 17 Dec 2024 16:40:41 +0100 Subject: [PATCH] fix --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8e4adcb..b161047 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,7 @@ variables: ## Build jobs # build against known-working Coq 8.20.0 -build-coq.8.19.2: +build-coq.8.20.0: <<: *template variables: OPAM_PINS: "coq version 8.20.0" -- GitLab