From 737832d8d6c8ae06f3e1b9f5632980ef14635633 Mon Sep 17 00:00:00 2001 From: FriedrichFroebel Date: Sun, 15 Dec 2024 09:30:51 +0100 Subject: [PATCH] update Boost to version 1.87.0 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc8f649..089c386 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,8 +6,8 @@ on: env: # Allow automated checks. - BOOST_VERSION: 1.86.0 - BOOST_URL: https://archives.boost.io/release/1.86.0/source/boost_1_86_0.tar.gz + BOOST_VERSION: 1.87.0 + BOOST_URL: https://archives.boost.io/release/1.87.0/source/boost_1_87_0.tar.gz jobs: main: