Skip to content

Commit 0879938

Browse files
committed
Switch to Boost 1.88.0
Upon checking https://github.com/MarkusJx/prebuilt-boost/blob/6a129c5a2742fb0d0834ff0e439f0e7877488a37/versions-manifest.json (main branch at the moment of this commit) there is no entry with `Boost 1.87.0` + `ubuntu 24.04`. On the other hand entry 1.88.0+24.04 exists.
1 parent 1dbd661 commit 0879938

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
uses: MarkusJx/[email protected]
165165
id: install-boost
166166
with:
167-
boost_version: 1.87.0
167+
boost_version: 1.88.0
168168
boost_install_dir: ${{github.workspace}}/local_boost
169169
toolset: ${{ matrix.build_settings.toolset }}
170170
platform_version: 24.04
@@ -213,7 +213,7 @@ jobs:
213213
--no-compress-output
214214
215215
216-
Build-Macos:
216+
# Build-Macos:
217217
# The type of runner that the job will run on
218218
name: macos-15 (${{ matrix.build_type }}, C++${{ matrix.cppstd }})
219219
runs-on: macos-15

0 commit comments

Comments
 (0)