]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-ci: update Fedora non-root build to Fedora 41
authorJason Ish <jason.ish@oisf.net>
Thu, 6 Mar 2025 13:48:09 +0000 (14:48 +0100)
committerVictor Julien <vjulien@oisf.net>
Wed, 26 Mar 2025 13:54:16 +0000 (14:54 +0100)
(cherry picked from commit 65b863b087d8f6d7c0800700f89ca33f06ad861f)

.github/workflows/builds.yml

index 163e8253088e9bf9f19f5bc82155fd239f016ff0..9e695df3792190889598e82b8d7ba169b7283452 100644 (file)
@@ -883,10 +883,10 @@ jobs:
   # This job builds and tests Suricata as a non-root user as some
   # issues only show up when not running as root, and by default all
   # jobs in GitHub actions are run as root inside the container.
-  fedora-40-non-root:
-    name: Fedora 40 (non-root, debug, clang, asan, wshadow, rust-strict)
+  fedora-non-root:
+    name: Fedora (non-root, debug, clang, asan, wshadow, rust-strict)
     runs-on: ubuntu-latest
-    container: fedora:40
+    container: fedora:41
     needs: [prepare-deps, prepare-cbindgen]
     steps:
       - name: Determine number of CPUs