From 1ad3ac6ed9facfdb06d3ffd116b52f3db0914cf1 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Thu, 18 Aug 2022 13:55:51 +0200 Subject: [PATCH] github: replace ubuntu-18.04 with 22.04 --- .github/workflows/builds.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 \ -- 2.47.3