From 8210b0d5490bf09d2ba79d14a4ce1f9be35e0d5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Thu, 15 Jul 2021 10:54:06 +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 18d9e66..34126f1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ variables: TERM: linux - JULIA_VERSION: 1.6.0 + JULIA_VERSION: 1.6.2 JULIA: /usr/local/julia/$JULIA_VERSION/bin/julia stages: -- GitLab