Skip to content

Commit 0d98eb4

Browse files
committed
Run tests and coverage on latest boost released version at this time
1 parent 93ae280 commit 0d98eb4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,14 @@ jobs:
4242
matrix:
4343
include:
4444
# Linux, gcc
45+
- { compiler: gcc-12, cxxstd: '14,17,20', boostBranch: boost-1.86.0, os: ubuntu-22.04 }
4546
- { compiler: gcc-12, cxxstd: '14,17,20', boostBranch: master, os: ubuntu-22.04 }
46-
47+
4748
# Linux, clang
49+
- { compiler: clang-14, cxxstd: '14,17,20', boostBranch: boost-1.86.0, os: ubuntu-22.04 }
4850
- { compiler: clang-14, cxxstd: '14,17,20', boostBranch: master, os: ubuntu-22.04 }
4951

50-
- { name: Collect coverage, coverage: yes, compiler: gcc-8, cxxstd: '14', boostBranch: master, os: ubuntu-20.04 }
52+
- { name: Collect coverage, coverage: yes, compiler: gcc-8, cxxstd: '14', boostBranch: boost-1.86.0, os: ubuntu-20.04 }
5153

5254
timeout-minutes: 120
5355
runs-on: ${{matrix.os}}

0 commit comments

Comments
 (0)