Skip to content

Commit 51e47b1

Browse files
committed
tmp
1 parent ae235b3 commit 51e47b1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,16 @@ jobs:
4242
matrix:
4343
include:
4444
# Linux, gcc
45-
- { compiler: gcc-12, cxxstd: '14,17,20', boostBranch: boost-1.86.0, os: ubuntu-24.04 }
46-
- { compiler: gcc-14, cxxstd: '14,17,20', boostBranch: boost-1.86.0, os: ubuntu-24.04 }
47-
- { compiler: gcc-14, cxxstd: '14,17,20', boostBranch: master, os: ubuntu-24.04 }
45+
- { compiler: gcc-7, cxxstd: '14,17,20', boostBranch: boost-1.86.0, os: ubuntu-20.04 }
46+
- { compiler: gcc-14, cxxstd: '14,17,20', boostBranch: boost-1.86.0, os: ubuntu-20.04 }
47+
- { compiler: gcc-14, cxxstd: '14,17,20', boostBranch: master, os: ubuntu-20.04 }
4848

4949
# Linux, clang
50-
- { compiler: clang-14, cxxstd: '14,17,20', boostBranch: boost-1.86.0, os: ubuntu-24.04 }
51-
- { compiler: clang-18, cxxstd: '14,17,20', boostBranch: boost-1.86.0, os: ubuntu-24.04 }
52-
- { compiler: clang-18, cxxstd: '14,17,20', boostBranch: master, os: ubuntu-24.04 }
50+
- { compiler: clang-14, cxxstd: '14,17,20', boostBranch: boost-1.86.0, os: ubuntu-20.04 }
51+
- { compiler: clang-18, cxxstd: '14,17,20', boostBranch: boost-1.86.0, os: ubuntu-20.04 }
52+
- { compiler: clang-18, cxxstd: '14,17,20', boostBranch: master, os: ubuntu-20.04 }
5353

54-
- { name: Collect coverage, coverage: yes, compiler: gcc-14, cxxstd: '14', boostBranch: boost-1.86.0, os: ubuntu-24.04 }
54+
- { name: Collect coverage, coverage: yes, compiler: gcc-8, cxxstd: '14', boostBranch: boost-1.86.0, os: ubuntu-20.04 }
5555

5656
timeout-minutes: 120
5757
runs-on: ${{matrix.os}}
@@ -138,7 +138,7 @@ jobs:
138138
if: matrix.coverage
139139
run: |
140140
lcov --version
141-
lcov --gcov-tool=gcov-14 --directory "$GITHUB_WORKSPACE/test" --capture --output-file all.info
141+
lcov --gcov-tool=gcov-8 --directory "$GITHUB_WORKSPACE/test" --capture --output-file all.info
142142
# dump a summary on the console
143143
lcov --list all.info
144144
# Limit to our files (header-only in this case)

0 commit comments

Comments
 (0)