From fba113d82bbdb5b3eba0481750b56b928763ce3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Thu, 11 Mar 2021 10:45:23 +0100 Subject: [PATCH] CI: bump Boost version used for Windows binaries --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0105f1b4..ebd9afef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ variables: TERM: linux - MINGW32_BOOST_VERSION: 1.74.0-2 - MINGW64_BOOST_VERSION: 1.74.0-2 + MINGW32_BOOST_VERSION: 1.75.0-2 + MINGW64_BOOST_VERSION: 1.75.0-2 WGET_OPTIONS: '--no-verbose --no-use-server-timestamps --retry-connrefused --retry-on-host-error' before_script: -- GitLab