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