Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a3bd26b

Browse files
nyalldawsongithub-actions[bot]
authored andcommittedApr 6, 2023
Run cppcheck on ubuntu latest
1 parent bfcabc6 commit a3bd26b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/code_layout.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ jobs:
208208
- name: Sip Files Up To Date
209209
run: ./tests/code_layout/sipify/test_sipfiles.sh
210210

211-
cppcheck_18_04:
212-
runs-on: ubuntu-18.04
211+
cppcheck:
212+
runs-on: ubuntu-latest
213213
steps:
214214
- name: Checkout
215215
uses: actions/checkout@v3

0 commit comments

Comments
 (0)
Please sign in to comment.