From: Victor Julien Date: Thu, 18 Aug 2022 11:55:51 +0000 (+0200) Subject: github: replace ubuntu-18.04 with 22.04 X-Git-Tag: suricata-6.0.8~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ad3ac6ed9facfdb06d3ffd116b52f3db0914cf1;p=thirdparty%2Fsuricata-verify.git github: replace ubuntu-18.04 with 22.04 --- diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 67c004d70..850422b2b 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -8,17 +8,17 @@ jobs: pcapng-check: name: PCAP-NG Check - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v2 - run: sudo apt update - run: sudo apt -y install tshark - run: ./pcapng-check.sh - ubuntu-18-04: - name: Ubuntu 18.04 - runs-on: ubuntu-18.04 - container: ubuntu:18.04 + ubuntu-22-04: + name: Ubuntu 22.04 + runs-on: ubuntu-22.04 + container: ubuntu:22.04 strategy: fail-fast: false matrix: @@ -55,7 +55,7 @@ jobs: libhiredis-dev \ libjansson-dev \ libevent-dev \ - libevent-pthreads-2.1.6 \ + libevent-pthreads-2.1-7 \ libjansson-dev \ libpython2.7 \ libnss3-dev \