Upgrade CI to Fedora 43 (#2743)

This commit is contained in:
Andrew Gaul
2025-10-14 19:06:45 +09:00
committed by GitHub
parent b147c66c1b
commit 5cce8a4ceb
2 changed files with 5 additions and 5 deletions

View File

@ -58,8 +58,8 @@ jobs:
- rockylinux/rockylinux:10
- rockylinux/rockylinux:9
- rockylinux/rockylinux:8
- fedora:43
- fedora:42
- fedora:41
- opensuse/leap:15
- opensuse/leap:16.0
- alpine:3.22
@ -187,7 +187,7 @@ jobs:
- valgrind
container:
image: fedora:42
image: fedora:43
options: "--privileged --cap-add SYS_ADMIN --device /dev/fuse"
@ -197,7 +197,7 @@ jobs:
- name: Install packages
run: |
.github/workflows/linux-ci-helper.sh fedora:42
.github/workflows/linux-ci-helper.sh fedora:43
- name: Install clang
run: |

View File

@ -262,8 +262,8 @@ elif [ "${CONTAINER_FULLNAME}" = "rockylinux/rockylinux:8" ]; then
CURL_DIRECT_INSTALL=1
elif [ "${CONTAINER_FULLNAME}" = "fedora:42" ] ||
[ "${CONTAINER_FULLNAME}" = "fedora:41" ]; then
elif [ "${CONTAINER_FULLNAME}" = "fedora:43" ] ||
[ "${CONTAINER_FULLNAME}" = "fedora:42" ]; then
PACKAGE_MANAGER_BIN="dnf"
PACKAGE_UPDATE_OPTIONS="update -y -qq"
PACKAGE_INSTALL_OPTIONS="install -y"