Fix cppcheck workflow (#441)

* Upgrade ubuntu from 20.04 to 22.04

* Temporary remove all workflows except cppcheck

* Try ununty 23.10

* Revert "Try ununty 23.10"

This reverts commit c8590b60ed.

* Try cppcheck built from sources

* Add sudo

* Bump checkout action version in cppcheck workflow

* Revert "Temporary remove all workflows except cppcheck"

This reverts commit 9f32e94992.
This commit is contained in:
Artem Gavrilov
2024-04-05 19:42:40 +02:00
committed by GitHub
parent c89879e372
commit 684e6483b5
9 changed files with 27 additions and 12 deletions

View File

@@ -4,7 +4,7 @@ on: [push]
jobs:
build:
name: pg-14-ppg-package-test
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Clone pg_stat_monitor repository
uses: actions/checkout@v2