Skip to content

Commit 267d291

Browse files
committed
Bump clang version in pipeline
github's ubuntu-latest runner image updated to ubuntu 24.04
1 parent 1369cca commit 267d291

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cpp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Clang build
2727
run: make clangcompile
2828
- name: Clang Tidy
29-
run: clang-tidy-15 -p=build --warnings-as-errors='*' $(find src -name '*.cpp' -o -name '*.cc' -name '*.h')
29+
run: clang-tidy -p=build --warnings-as-errors='*' $(find src -name '*.cpp' -o -name '*.cc' -name '*.h')
3030

3131
build_gcc:
3232
runs-on: ubuntu-latest

.github/workflows/py.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
pythonpackage:
2929
runs-on: ubuntu-latest
3030
env:
31-
CC: clang-15
32-
CXX: clang++-15
31+
CC: clang
32+
CXX: clang++
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434
steps:
3535
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)