Skip to content

Commit 9738f57

Browse files
authored
CI fixes (#113)
1 parent a803f3f commit 9738f57

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@ jobs:
3232
gcov_tool: "gcov-11"
3333
launcher: "testing.launcher=LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libasan.so.7"
3434
- toolset: clang
35-
compiler: clang++-10
35+
compiler: clang++
3636
cxxstd: "03,11,14,17,2a"
37-
os: ubuntu-20.04
37+
os: ubuntu-24.04
3838
cxxflags: "cxxflags=-fsanitize=address,undefined,integer -fno-sanitize-recover=undefined"
3939
linkflags: "linkflags=-fsanitize=address,undefined,integer"
4040

4141
runs-on: ${{matrix.os}}
4242

4343
steps:
44-
- uses: actions/checkout@v2
44+
- uses: actions/checkout@v5
4545

4646
- name: Install packages
4747
if: matrix.install
@@ -70,7 +70,7 @@ jobs:
7070
python tools/boostdep/depinst/depinst.py --include benchmark --include example --include examples --include tools --git_args "--depth 10 --jobs 3" $LIBRARY
7171
./bootstrap.sh
7272
./b2 -d0 headers
73-
./b2 -j4 variant=debug tools/inspect/build
73+
./b2 -j4 variant=debug tools/inspect
7474
7575
- name: Run tests
7676
run: |
@@ -115,14 +115,14 @@ jobs:
115115
cxxstd: "14,17,latest"
116116
addrmd: 32,64
117117
os: windows-2022
118-
- toolset: msvc-14.2
118+
- toolset: msvc
119119
cxxstd: "14,17,latest"
120120
addrmd: 32,64
121-
os: windows-2019
121+
os: windows-2025
122122
- toolset: gcc
123123
cxxstd: "03,11,14,17,2a"
124124
addrmd: 64
125-
os: windows-2019
125+
os: windows-2025
126126

127127
runs-on: ${{matrix.os}}
128128

test/Jamfile.v2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ test-suite variant
6363
[ run variant_swap_test.cpp ]
6464
[ run auto_visitors.cpp : : : <library>/boost/lexical_cast//boost_lexical_cast ]
6565
[ run issue42.cpp ]
66-
[ run issue53.cpp : : : <library>/boost/thread//boost_thread ]
66+
[ compile issue53.cpp : <library>/boost/thread//boost_thread ]
6767
[ run overload_selection.cpp : : : "<cxxstd>$(since_cpp20)"\:<build>no ]
6868
[ run recursive_wrapper_move_test.cpp : : : <library>/boost/array//boost_array ]
6969
[ run variant_over_joint_view_test.cpp ]

0 commit comments

Comments
 (0)