Try using clang 16
This commit is contained in:
parent
a6de416488
commit
05b3ce5bd9
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -137,7 +137,7 @@ jobs:
|
||||
|
||||
|
||||
unittest-linux:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: dependencies
|
||||
|
||||
@ -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"],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user