Try using clang 16

This commit is contained in:
Jeremy Rifkin 2024-08-18 12:40:38 -05:00
parent a6de416488
commit 05b3ce5bd9
No known key found for this signature in database
GPG Key ID: 19AA8270105E8EB4
2 changed files with 2 additions and 2 deletions

View File

@ -137,7 +137,7 @@ jobs:
unittest-linux:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: dependencies

View File

@ -109,7 +109,7 @@ def build_and_test(runner: MatrixRunner):
def run_linux_matrix():
MatrixRunner(
matrix = {
"compiler": ["g++-10", "clang++-14"],
"compiler": ["g++-10", "clang++-16"],
"stdlib": ["libstdc++", "libc++"],
"sanitizers": ["OFF", "ON"],
"build_type": ["Debug", "RelWithDebInfo"],