@@ -43,13 +43,13 @@ jobs:
43
43
include :
44
44
# Linux, gcc
45
45
- { compiler: gcc-12, cxxstd: '14,17,20', boostBranch: boost-1.86.0, os: ubuntu-22.04 }
46
- - { compiler: gcc-14, cxxstd: '14, 17,20', boostBranch: boost-1.86.0, os: ubuntu-22.04 }
47
- - { compiler: gcc-14, cxxstd: '14, 17,20', boostBranch: master, os: ubuntu-22.04 }
46
+ - { compiler: gcc-14, cxxstd: '17,20', boostBranch: boost-1.86.0, os: ubuntu-22.04 }
47
+ - { compiler: gcc-14, cxxstd: '17,20', boostBranch: master, os: ubuntu-22.04 }
48
48
49
49
# Linux, clang
50
50
- { compiler: clang-14, cxxstd: '14,17,20', boostBranch: boost-1.86.0, os: ubuntu-22.04 }
51
- - { compiler: clang-19 , cxxstd: '14, 17,20', boostBranch: boost-1.86.0, os: ubuntu-22.04 }
52
- - { compiler: clang-19 , cxxstd: '14, 17,20', boostBranch: master, os: ubuntu-22.04 }
51
+ - { compiler: clang-18 , cxxstd: '17,20', boostBranch: boost-1.86.0, os: ubuntu-22.04 }
52
+ - { compiler: clang-18 , cxxstd: '17,20', boostBranch: master, os: ubuntu-22.04 }
53
53
54
54
- { name: Collect coverage, coverage: yes, compiler: gcc-14, cxxstd: '14', boostBranch: boost-1.86.0, os: ubuntu-22.04 }
55
55
0 commit comments