From ae4f1c316a5e16d2cbe7e50775129693ac50b6da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Wed, 7 Jun 2023 10:27:45 +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 e7f0e738..021b3623 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ variables: TERM: linux - MINGW32_BOOST_VERSION: 1.81.0-6 - MINGW64_BOOST_VERSION: 1.81.0-6 + MINGW32_BOOST_VERSION: 1.81.0-7 + MINGW64_BOOST_VERSION: 1.81.0-7 WGET_OPTIONS: '--no-verbose --no-use-server-timestamps --retry-connrefused --retry-on-host-error' build_linux_i686: -- GitLab