From 1ceab40166318a475b90045a99397fcefdeafe69 Mon Sep 17 00:00:00 2001 From: Jan Pazdziora Date: Sat, 14 Feb 2026 11:55:09 +0100 Subject: [PATCH] chore(ci): do not fail on runners which use kvm_intel. Fixes https://github.com/AlmaLinux/cloud-images/issues/312. --- .github/actions/shared-steps/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/shared-steps/action.yml b/.github/actions/shared-steps/action.yml index 7e80ed4c..55bf5a5d 100644 --- a/.github/actions/shared-steps/action.yml +++ b/.github/actions/shared-steps/action.yml @@ -319,7 +319,7 @@ runs: echo "[Debug] KVM modules:" sudo lsmod | grep kvm echo "[Debug] Nested virtualization support:" - sudo cat /sys/module/kvm_amd/parameters/nested + sudo cat /sys/module/kvm_*/parameters/nested - name: Enable KVM group perms if: inputs.type != 'vagrant_virtualbox' && inputs.type != 'vagrant_vmware'