diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3186f6aa8..3d2db93a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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