From b056c09108c42f47488215bffd442b1c58b5e9ab Mon Sep 17 00:00:00 2001 From: Angelo Dell'Aera Date: Thu, 17 Oct 2024 14:24:46 +0200 Subject: [PATCH] [Github Actions] [Windows] Upgrade Boost library to v1.86.0 --- .github/workflows/windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 8c6dd552..ec925623 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -77,8 +77,8 @@ jobs: # Needed for MSVC toolset 14.2 os: [windows-2019] python-version: ['3.9', '3.10', '3.11', '3.12', '3.13'] - boost-version: [1.84.0] - boost-version-snake: ['1_84_0'] + boost-version: [1.86.0] + boost-version-snake: ['1_86_0'] steps: - name: Checkout repository uses: actions/checkout@v4