]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-ci: remove fedora 34: eol in 2 weeks 7426/head
authorJason Ish <jason.ish@oisf.net>
Tue, 24 May 2022 17:40:05 +0000 (11:40 -0600)
committerJason Ish <jason.ish@oisf.net>
Tue, 24 May 2022 17:40:05 +0000 (11:40 -0600)
Bump F34 to build to F35, and F35 to F36.

.github/workflows/builds.yml

index 73fb13f4e2ba680f9f39497de0b7268647e94429..537f262d4fa21e7b3a92ce6d0b0dc3bdd8a81e27 100644 (file)
@@ -307,10 +307,10 @@ jobs:
       - run: make clean
       - run: make -j2
 
-  fedora-35:
-    name: Fedora 35 (debug, clang, asan, wshadow, rust-strict)
+  fedora-36:
+    name: Fedora 36 (debug, clang, asan, wshadow, rust-strict)
     runs-on: ubuntu-latest
-    container: fedora:35
+    container: fedora:36
     needs: [prepare-deps, prepare-cbindgen]
     steps:
 
@@ -383,10 +383,10 @@ jobs:
       - name: Running suricata-verify
         run: python3 ./suricata-verify/run.py
 
-  fedora-34:
-    name: Fedora 34 (debug, clang, asan, wshadow, rust-strict)
+  fedora-35:
+    name: Fedora 35 (debug, clang, asan, wshadow, rust-strict)
     runs-on: ubuntu-latest
-    container: fedora:34
+    container: fedora:35
     needs: [prepare-deps, prepare-cbindgen]
     steps: