From 5fa91a08f68d04a8baac4f32dab9db62b5a3546f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Thu, 21 Dec 2023 11:14:45 +0100 Subject: [PATCH] CI: bump MSYS2 Boost dependency --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 121ffa7d..9cc7b3f4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ variables: TERM: linux - MINGW32_BOOST_VERSION: 1.81.0-7 - MINGW64_BOOST_VERSION: 1.81.0-7 + MINGW32_BOOST_VERSION: 1.84.0-1 + MINGW64_BOOST_VERSION: 1.84.0-1 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'