We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 454947d commit b7899d5Copy full SHA for b7899d5
.github/workflows/ci.yml
@@ -19,13 +19,13 @@ jobs:
19
include:
20
- toolset: gcc-7
21
cxxstd: "03,11,14,17"
22
- os: ubuntu-18.04
+ os: ubuntu-20.04
23
- toolset: gcc-9 # Do not remove! It is the only toolset that tests misc/strip_boost_namespace.sh
24
cxxstd: "03,11,14,17,2a"
25
26
- toolset: gcc-10
27
28
29
cxxflags: "cxxflags=--coverage -fsanitize=address,leak,undefined -fno-sanitize-recover=undefined"
30
linkflags: "linkflags=--coverage -lasan -lubsan"
31
gcov_tool: "gcov-10"
0 commit comments