From 32baef2ac4aa37d1e65738dc9caa50e93054d609 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Mon, 5 May 2025 16:41:17 +0200 Subject: [PATCH] CI: bump Boost version for Windows binary --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9b624409..dcfde3cf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ variables: TERM: linux - MINGW64_BOOST_VERSION: 1.86.0-7 + MINGW64_BOOST_VERSION: 1.88.0-2 WGET_OPTIONS: '--no-verbose --no-use-server-timestamps --retry-connrefused --retry-on-host-error' # To ensure that "false && true" fails, see https://gitlab.com/gitlab-org/gitlab-runner/-/issues/25394#note_412609647 FF_ENABLE_BASH_EXIT_CODE_CHECK: 'true' -- GitLab