Upgrade CI to Fedora 40 (#2451)

This commit is contained in:
Andrew Gaul
2024-05-11 09:25:05 +09:00
committed by GitHub
parent c36827d1de
commit 3864f58c22
2 changed files with 5 additions and 5 deletions

View File

@ -59,8 +59,8 @@ jobs:
- rockylinux:9
- rockylinux:8
- centos:centos7
- fedora:40
- fedora:39
- fedora:38
- opensuse/leap:15
- alpine:3.19
@ -225,7 +225,7 @@ jobs:
- valgrind
container:
image: fedora:39
image: fedora:40
options: "--privileged --cap-add SYS_ADMIN --device /dev/fuse"
@ -235,7 +235,7 @@ jobs:
- name: Install packages
run: |
.github/workflows/linux-ci-helper.sh fedora:39
.github/workflows/linux-ci-helper.sh fedora:40
- name: Install clang
run: |