Add Fedora 41 and remove Fedora 39 from CI (#2580)
This commit is contained in:
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -57,8 +57,8 @@ jobs:
|
||||
- debian:bullseye
|
||||
- rockylinux:9
|
||||
- rockylinux:8
|
||||
- fedora:41
|
||||
- fedora:40
|
||||
- fedora:39
|
||||
- opensuse/leap:15
|
||||
- alpine:3.20
|
||||
|
||||
@ -208,7 +208,7 @@ jobs:
|
||||
- valgrind
|
||||
|
||||
container:
|
||||
image: fedora:40
|
||||
image: fedora:41
|
||||
|
||||
options: "--privileged --cap-add SYS_ADMIN --device /dev/fuse"
|
||||
|
||||
@ -218,7 +218,7 @@ jobs:
|
||||
|
||||
- name: Install packages
|
||||
run: |
|
||||
.github/workflows/linux-ci-helper.sh fedora:40
|
||||
.github/workflows/linux-ci-helper.sh fedora:41
|
||||
|
||||
- name: Install clang
|
||||
run: |
|
||||
@ -279,7 +279,7 @@ jobs:
|
||||
clang-tidy:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: fedora:40
|
||||
image: fedora:41
|
||||
|
||||
steps:
|
||||
- name: Checkout source code
|
||||
@ -287,7 +287,7 @@ jobs:
|
||||
|
||||
- name: Install packages
|
||||
run: |
|
||||
.github/workflows/linux-ci-helper.sh fedora:40
|
||||
.github/workflows/linux-ci-helper.sh fedora:41
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user