Add Fedora 41 and remove Fedora 39 from CI (#2580)

This commit is contained in:
Andrew Gaul
2024-11-02 23:55:43 +09:00
committed by GitHub
parent 330cb39daf
commit 90ea57b99b
2 changed files with 7 additions and 7 deletions

View File

@ -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: |