We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d675a05 commit 26583beCopy full SHA for 26583be
.github/workflows/release.yml
@@ -1,4 +1,4 @@
1
-# Copyright 2020 Alexander Grund
+# Copyright 2020-2025 Alexander Grund
2
# Distributed under the Boost Software License, Version 1.0.
3
# (See accompanying file LICENSE_1_0.txt or copy at http://boost.org/LICENSE_1_0.txt)
4
@@ -14,7 +14,7 @@ jobs:
14
name: Create Release
15
runs-on: ubuntu-latest
16
env:
17
- BOOST_VERSION: 1.71.0
+ BOOST_VERSION: 1.87.0
18
BOOST_ROOT: ${{github.workspace}}/dependencies/boost
19
steps:
20
- uses: actions/checkout@v4
0 commit comments