We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0db518 commit b5bdc65Copy full SHA for b5bdc65
1 file changed
.github/workflows/ci.yml
@@ -38,8 +38,8 @@ jobs:
38
# linux: gcc
39
{ os: ubuntu-24.04, cxx: g++-14 }, # (default on Noble 24.04)
40
{ os: ubuntu-22.04, cxx: g++-11 }, # (default on Jammy 22.04)
41
- { os: ubuntu-22.04, cxx: g++-9 }, # (default on Focal 20.04)
42
- { os: ubuntu-latest, cxx: g++-7, image: conanio/gcc7 }, # (default on Focal 20.04)
+ { os: ubuntu-latest, cxx: g++-9, image: conanio/gcc9 }, # (default on Focal 20.04)
+ { os: ubuntu-latest, cxx: g++-7, image: conanio/gcc7 }, # (default on Bionic 18.04)
43
{ os: ubuntu-latest, cxx: g++-5, image: conanio/gcc5 }, # (default on Xenial 16.04)
44
{ os: ubuntu-latest, cxx: g++-4.8, image: conanio/gcc48 }, # (default on Trusty 14.04)
45
# linux: clang
0 commit comments