From 2dca3fb5bb79b24ac3338c58d06497c603c16ee0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Mon, 2 Dec 2024 14:13:31 +0100 Subject: [PATCH] CI: bump Boost dependency --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f2335f80..009b58c4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ variables: TERM: linux - MINGW64_BOOST_VERSION: 1.85.0-2 + MINGW64_BOOST_VERSION: 1.86.0-7 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