From 37f8e7ec0143ca13a864ddd603b6698e00a70d0e Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Tue, 22 Jul 2025 16:36:37 +0200 Subject: [PATCH] GHA: add RHEL 10 --- .github/workflows/linux.bash | 2 +- .github/workflows/linux.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linux.bash b/.github/workflows/linux.bash index 9bf4a68bc..d0f0a16b5 100755 --- a/.github/workflows/linux.bash +++ b/.github/workflows/linux.bash @@ -60,7 +60,7 @@ case "$DISTRO" in libboost_{context,coroutine,filesystem,iostreams,program_options,regex,system,test,thread}-devel ;; - rockylinux:*) + *rockylinux:*) dnf install -y 'dnf-command(config-manager)' epel-release case "$DISTRO" in diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index cbaccc6e6..b0c644c8c 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -44,6 +44,7 @@ jobs: # We just use that RHEL clone to test the original. - rockylinux:8 - rockylinux:9 + - rockylinux/rockylinux:10 - registry.suse.com/suse/sle15:15.5 - registry.suse.com/suse/sle15:15.6