Skip to content

Commit

Permalink
add back gcc-9 and gcc-12
Browse files Browse the repository at this point in the history
  • Loading branch information
Flow86 committed Apr 10, 2023
1 parent 2ee721f commit e2b0a14
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
# MacOSX
- { compiler: clang, os: macos-12, buildType: Debug, cxxStandard: 14 }
# Linux GCC
# GCC 9 is known to show a few warnings that GCC 10 has "fixed", make sure this doesn't happen for us
- { compiler: gcc-9, os: ubuntu-20.04, buildType: Debug }
- { compiler: gcc-10, os: ubuntu-20.04, buildType: Debug, cxxStandard: 14, coverage: true }
- { compiler: gcc-10, os: ubuntu-20.04, buildType: Debug, cxxStandard: 17 }
- { compiler: gcc-10, os: ubuntu-20.04, buildType: Release, cxxStandard: 14 }
Expand All @@ -33,7 +35,7 @@ jobs:
- { compiler: clang-11, os: ubuntu-20.04, buildType: Debug, cxxStandard: 17 }
- { compiler: clang-11, os: ubuntu-20.04, buildType: Release, cxxStandard: 14 }
# Linux Latest GCC
#- { compiler: gcc-12, os: ubuntu-20.04, buildType: Debug, cxxStandard: 14, coverage: true }
- { compiler: gcc-12, os: ubuntu-22.04, buildType: Debug, cxxStandard: 14, coverage: true }
# Linux Latest clang
- { compiler: clang-16, os: ubuntu-20.04, buildType: Debug, cxxStandard: 14, externalSanitizer: true }

Expand Down

0 comments on commit e2b0a14

Please sign in to comment.