mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 05:56:21 +00:00
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 commitc8590b60ed. * Try cppcheck built from sources * Add sudo * Bump checkout action version in cppcheck workflow * Revert "Temporary remove all workflows except cppcheck" This reverts commit9f32e94992.
This commit is contained in:
@@ -4,7 +4,7 @@ on: [pull_request]
|
||||
jobs:
|
||||
build:
|
||||
name: pg-14-pgdg-package-test
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Clone pg_stat_monitor repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user