From fe5f3d983bdacead182ac2d23da51b816eb10a58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Thu, 9 Jun 2022 11:51:09 +0200 Subject: [PATCH] CI: bump version of Boost dependency --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b53844b0..b6845541 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ variables: TERM: linux - MINGW32_BOOST_VERSION: 1.75.0-6 - MINGW64_BOOST_VERSION: 1.75.0-6 + MINGW32_BOOST_VERSION: 1.79.0-3 + MINGW64_BOOST_VERSION: 1.79.0-3 WGET_OPTIONS: '--no-verbose --no-use-server-timestamps --retry-connrefused --retry-on-host-error' JULIA_VERSION: 1.6.2 -- GitLab