From c63b5bea1dc7497431fff6514ba544d0382228ba Mon Sep 17 00:00:00 2001 From: Martin Vierula Date: Wed, 11 Oct 2023 13:43:11 -0700 Subject: [PATCH] Change linux workflow to Ubuntu 22.04 --- .github/workflows/ci.yml | 3 +-- test/cppcheck_suppressions.txt | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b84b9fa8..3432e340 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04] + os: [ubuntu-22.04] platform: [x32, x64] compiler: [gcc, clang] configure: @@ -24,7 +24,6 @@ jobs: steps: - name: Setup Dependencies run: | - sudo add-apt-repository --yes ppa:maxmind/ppa sudo apt-get update -y -qq sudo apt-get install -y libfuzzy-dev libyajl-dev libgeoip-dev liblua5.2-dev liblmdb-dev cppcheck libmaxminddb-dev libcurl4-openssl-dev libpcre2-dev pcre2-utils - uses: actions/checkout@v2 diff --git a/test/cppcheck_suppressions.txt b/test/cppcheck_suppressions.txt index 87df1639..a658ee4b 100644 --- a/test/cppcheck_suppressions.txt +++ b/test/cppcheck_suppressions.txt @@ -74,6 +74,7 @@ variableScope:src/operators/rx_global.cc noExplicitConstructor:seclang-parser.hh constParameter:seclang-parser.hh accessMoved:seclang-parser.hh +returnTempReference:seclang-parser.hh unreadVariable:src/operators/rx.cc unreadVariable:src/operators/rx_global.cc