Skip to content

Commit ec53c43

Browse files
committed
tmp
1 parent 3a45593 commit ec53c43

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ jobs:
4343
include:
4444
# Linux, gcc
4545
- { 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 }
4848

4949
# Linux, clang
5050
- { 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 }
5353

5454
- { name: Collect coverage, coverage: yes, compiler: gcc-14, cxxstd: '14', boostBranch: boost-1.86.0, os: ubuntu-22.04 }
5555

0 commit comments

Comments
 (0)