From 08eddda5c94b02ad30d78e77c7bcc7c1b84e5454 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Tue, 28 Jan 2025 14:25:11 +0100 Subject: [PATCH] fix CI job name --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4d6936e2..cf488e1f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,7 +28,7 @@ variables: ## Build jobs -build-coq.8.19.1: +build-coq.8.20.1: <<: *template variables: OPAM_PINS: "coq version 8.20.1" -- GitLab