Skip to content

Commit

Permalink
github-ci: remove fedora 34: eol in 2 weeks
Browse files Browse the repository at this point in the history
Bump F34 to build to F35, and F35 to F36.
  • Loading branch information
jasonish committed May 24, 2022
1 parent 11159b3 commit 83be8a7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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:

Expand Down

0 comments on commit 83be8a7

Please sign in to comment.