]> 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 <victor@inliniac.net>
Sun, 9 Mar 2025 06:29:35 +0000 (07:29 +0100)
.github/workflows/builds.yml

index 06b01af0d1e032ce57be15703412d8111eabe308..f4331ab4e6fc54e87132835abd80d407ea703aff 100644 (file)
@@ -954,10 +954,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