Skip to content

Commit b7899d5

Browse files
committed
fix CI
1 parent 454947d commit b7899d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
include:
2020
- toolset: gcc-7
2121
cxxstd: "03,11,14,17"
22-
os: ubuntu-18.04
22+
os: ubuntu-20.04
2323
- toolset: gcc-9 # Do not remove! It is the only toolset that tests misc/strip_boost_namespace.sh
2424
cxxstd: "03,11,14,17,2a"
25-
os: ubuntu-18.04
25+
os: ubuntu-20.04
2626
- toolset: gcc-10
2727
cxxstd: "03,11,14,17,2a"
28-
os: ubuntu-18.04
28+
os: ubuntu-20.04
2929
cxxflags: "cxxflags=--coverage -fsanitize=address,leak,undefined -fno-sanitize-recover=undefined"
3030
linkflags: "linkflags=--coverage -lasan -lubsan"
3131
gcov_tool: "gcov-10"

0 commit comments

Comments
 (0)