]> git.ipfire.org Git - thirdparty/suricata-verify.git/commitdiff
github: replace ubuntu-18.04 with 22.04
authorVictor Julien <victor@inliniac.net>
Thu, 18 Aug 2022 11:55:51 +0000 (13:55 +0200)
committerVictor Julien <victor@inliniac.net>
Thu, 18 Aug 2022 11:55:51 +0000 (13:55 +0200)
.github/workflows/builds.yml

index 67c004d705443077713ba2a6488746602c0a79c4..850422b2b581e84ca0df17326a6090368d4b0e18 100644 (file)
@@ -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 \