From 26583bebf32160787f71c5216d75f6561b3f8522 Mon Sep 17 00:00:00 2001 From: Alexander Grund Date: Sat, 5 Apr 2025 18:38:43 +0200 Subject: [PATCH] GHA: Fix doc build Use Boost 1.87 to include fix for libxslt 1.1.35: https://github.com/boostorg/boostbook/issues/14 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2666c20..a0b79ae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -# Copyright 2020 Alexander Grund +# Copyright 2020-2025 Alexander Grund # Distributed under the Boost Software License, Version 1.0. # (See accompanying file LICENSE_1_0.txt or copy at http://boost.org/LICENSE_1_0.txt) @@ -14,7 +14,7 @@ jobs: name: Create Release runs-on: ubuntu-latest env: - BOOST_VERSION: 1.71.0 + BOOST_VERSION: 1.87.0 BOOST_ROOT: ${{github.workspace}}/dependencies/boost steps: - uses: actions/checkout@v4