Skip to content

Commit a1a741e

Browse files
authored
Minimize Boost install and update Windows runner to 2025. (#104)
1 parent 2a13175 commit a1a741e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/cmake-gcc-clang.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
matrix:
3838
include:
3939
# --- Linux x64 ---
40-
# We define 'compiler' as a dictionary (object) here
4140
- os: ubuntu-latest
4241
build_type: Release
4342
compiler: { c: gcc, cpp: g++ }
@@ -74,15 +73,15 @@ jobs:
7473
if: startsWith(matrix.os, 'ubuntu')
7574
run: |
7675
sudo apt-get update
77-
sudo apt-get install --yes -qq libboost-all-dev
76+
sudo apt-get install --yes -qq libboost-test-dev
7877
7978
- name: Install boost on windows
8079
if: startsWith(matrix.os, 'windows') && matrix.compiler.cpp == 'cl'
8180
uses: MarkusJx/install-boost@v2.6.0
8281
id: install-boost-windows
8382
with:
8483
boost_version: 1.89.0
85-
platform_version: 2022
84+
platform_version: 2025
8685
toolset: msvc
8786

8887
- name: Configure CMake Ubuntu

0 commit comments

Comments
 (0)