Skip to content

Commit

Permalink
Update check-cppcheck-llpc.yml to ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaojbao committed Sep 10, 2024
1 parent fa78a16 commit c7e8178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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-20.04"
runs-on: "ubuntu-22.04"
steps:
- name: Setup environment
run: |
Expand Down

0 comments on commit c7e8178

Please sign in to comment.