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:
|
unittest-linux:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: dependencies
|
- name: dependencies
|
||||||
|
|||||||
@ -109,7 +109,7 @@ def build_and_test(runner: MatrixRunner):
|
|||||||
def run_linux_matrix():
|
def run_linux_matrix():
|
||||||
MatrixRunner(
|
MatrixRunner(
|
||||||
matrix = {
|
matrix = {
|
||||||
"compiler": ["g++-10", "clang++-14"],
|
"compiler": ["g++-10", "clang++-16"],
|
||||||
"stdlib": ["libstdc++", "libc++"],
|
"stdlib": ["libstdc++", "libc++"],
|
||||||
"sanitizers": ["OFF", "ON"],
|
"sanitizers": ["OFF", "ON"],
|
||||||
"build_type": ["Debug", "RelWithDebInfo"],
|
"build_type": ["Debug", "RelWithDebInfo"],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user