Skip to content

Commit c63b5be

Browse files
committed
Change linux workflow to Ubuntu 22.04
1 parent 34809d8 commit c63b5be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12-
os: [ubuntu-20.04]
12+
os: [ubuntu-22.04]
1313
platform: [x32, x64]
1414
compiler: [gcc, clang]
1515
configure:
@@ -24,7 +24,6 @@ jobs:
2424
steps:
2525
- name: Setup Dependencies
2626
run: |
27-
sudo add-apt-repository --yes ppa:maxmind/ppa
2827
sudo apt-get update -y -qq
2928
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
3029
- uses: actions/checkout@v2

test/cppcheck_suppressions.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ variableScope:src/operators/rx_global.cc
7474
noExplicitConstructor:seclang-parser.hh
7575
constParameter:seclang-parser.hh
7676
accessMoved:seclang-parser.hh
77+
returnTempReference:seclang-parser.hh
7778

7879
unreadVariable:src/operators/rx.cc
7980
unreadVariable:src/operators/rx_global.cc

0 commit comments

Comments
 (0)