Skip to content

Commit

Permalink
Update check-cppcheck-llpc.yml to 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaojbao committed Dec 20, 2024
1 parent af5d72a commit ad1eb5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-cppcheck-llpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
cppcheck:
name: cppcheck
runs-on: "ubuntu-22.04"
runs-on: "ubuntu-24.04"
steps:
- name: Setup environment
run: |
Expand All @@ -19,5 +19,5 @@ jobs:
git submodule update --init
- name: Run cppcheck
run: |
cppcheck -q -j$(( $(nproc) * 4 )) --error-exitcode=1 --std=c++17 --inline-suppr . \
cppcheck -q -j$(( $(nproc) * 4 )) --error-exitcode=1 --std=c++20 --inline-suppr . \
-I imported/llvm-dialects/include -i imported -i llpc/unittests -i llvmraytracing

0 comments on commit ad1eb5b

Please sign in to comment.