From 243db5a177dea29b5516a95ad3bf9f700d0cb72a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Thu, 15 Jul 2021 10:55:09 +0200 Subject: [PATCH] CI: bump to Julia 1.6.2 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 114c30a..34126f1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ variables: TERM: linux - JULIA_VERSION: 1.6.1 + JULIA_VERSION: 1.6.2 JULIA: /usr/local/julia/$JULIA_VERSION/bin/julia stages: -- GitLab