Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit ad1eb5b

Browse files
committed
Update check-cppcheck-llpc.yml to 24.04
1 parent af5d72a commit ad1eb5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-cppcheck-llpc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
cppcheck:
88
name: cppcheck
9-
runs-on: "ubuntu-22.04"
9+
runs-on: "ubuntu-24.04"
1010
steps:
1111
- name: Setup environment
1212
run: |
@@ -19,5 +19,5 @@ jobs:
1919
git submodule update --init
2020
- name: Run cppcheck
2121
run: |
22-
cppcheck -q -j$(( $(nproc) * 4 )) --error-exitcode=1 --std=c++17 --inline-suppr . \
22+
cppcheck -q -j$(( $(nproc) * 4 )) --error-exitcode=1 --std=c++20 --inline-suppr . \
2323
-I imported/llvm-dialects/include -i imported -i llpc/unittests -i llvmraytracing

0 commit comments

Comments
 (0)