From 2fc8b71ac6ca7fc6528b67b6ba586817c0307bd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Wed, 21 Jul 2021 20:16:19 +0200 Subject: [PATCH] CI: bump Julia and Boost/Windows versions --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fccd96eb..b53844b0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,9 @@ variables: TERM: linux - MINGW32_BOOST_VERSION: 1.75.0-2 - MINGW64_BOOST_VERSION: 1.75.0-2 + MINGW32_BOOST_VERSION: 1.75.0-6 + MINGW64_BOOST_VERSION: 1.75.0-6 WGET_OPTIONS: '--no-verbose --no-use-server-timestamps --retry-connrefused --retry-on-host-error' - JULIA_VERSION: 1.6.0 + JULIA_VERSION: 1.6.2 stages: - build -- GitLab