Skip to content

Commit

Permalink
GHA: Update latest Clang & GCC versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire authored and Flow86 committed Dec 6, 2024
1 parent b357b16 commit 77372c5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,11 @@ jobs:
- { compiler: gcc-11, os: ubuntu-22.04, type: RelWithDebInfo, cmake: 3.22.1, boost: 1.74.0 }
#
# Latest Compilers
# GCC 12 needs boost 1.82 to compile correctly
# Use default boost
# Use (compiler) default C++ 17 standard
# Use default cmake
- { compiler: gcc-12, os: ubuntu-22.04, type: Debug, boost: 1.82.0 }
# Use default boost
- { compiler: clang-16, os: ubuntu-20.04, type: Debug, externalSanitizer: true }
- { compiler: gcc-14, os: ubuntu-24.04, type: Debug }
- { compiler: clang-18, os: ubuntu-24.04, type: Debug, externalSanitizer: true }

runs-on: ${{matrix.os}}

Expand Down

0 comments on commit 77372c5

Please sign in to comment.