Skip to content

Commit

Permalink
Fix versions of runner image and cppcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
fangerer committed Mar 3, 2023
1 parent 3f75538 commit be1639e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ jobs:
cpp_check:
name: Cppcheck static analysis
runs-on: 'ubuntu-20.04'
runs-on: 'ubuntu-22.04'
continue-on-error: true
steps:
- uses: actions/checkout@v3
Expand All @@ -353,7 +353,7 @@ jobs:
python-version: '3.10'

- name: Install Cppcheck
run: sudo apt-get -qq -y install cppcheck
run: sudo apt-get -qq -y install cppcheck==2.7-1

- name: Run Cppcheck
run: make cppcheck
Expand Down

0 comments on commit be1639e

Please sign in to comment.