Skip to content

Commit 26583be

Browse files
authored
GHA: Fix doc build
Use Boost 1.87 to include fix for libxslt 1.1.35: boostorg/boostbook#14
1 parent d675a05 commit 26583be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2020 Alexander Grund
1+
# Copyright 2020-2025 Alexander Grund
22
# Distributed under the Boost Software License, Version 1.0.
33
# (See accompanying file LICENSE_1_0.txt or copy at http://boost.org/LICENSE_1_0.txt)
44

@@ -14,7 +14,7 @@ jobs:
1414
name: Create Release
1515
runs-on: ubuntu-latest
1616
env:
17-
BOOST_VERSION: 1.71.0
17+
BOOST_VERSION: 1.87.0
1818
BOOST_ROOT: ${{github.workspace}}/dependencies/boost
1919
steps:
2020
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)