Skip to content

Commit

Permalink
ci: Update clang to version 19
Browse files Browse the repository at this point in the history
  • Loading branch information
AMS21 committed Nov 4, 2024
1 parent 0703014 commit 14f55e6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

matrix:
compiler:
- "clang-18"
- "clang-19"
- "gcc-14"

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
matrix:
compiler:
- "gcc-14"
- "clang-18"
- "clang-19"

build_type:
- "Debug"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/StaticAnalysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
cppcheck:
runs-on: ubuntu-24.04
env:
LLVM_VERSION: 18
LLVM_VERSION: 19

steps:
- name: Checkout
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
clang-tidy:
runs-on: ubuntu-24.04
env:
LLVM_VERSION: 18
LLVM_VERSION: 19

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/StyleCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-24.04

env:
LLVM_VERSION: 18
LLVM_VERSION: 19

steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@

buildInputs = with pkgs; [
# Tooling
clang_18
clang-tools_18
clang_19
clang-tools_19
cmake
ninja
python3
Expand Down

0 comments on commit 14f55e6

Please sign in to comment.