We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2a6ef7 commit 8fd3181Copy full SHA for 8fd3181
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
matrix:
43
include:
44
# Linux, gcc
45
- - { compiler: gcc-7, cxxstd: '14,17,20', boostBranch: boost-1.86.0, os: ubuntu-20.04 }
+ - { compiler: gcc-8, 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-24.04 }
47
- { compiler: gcc-14, cxxstd: '14,17,20', boostBranch: master, os: ubuntu-24.04 }
48
0 commit comments