diff --git a/test/cases/cross-distro.sh b/test/cases/cross-distro.sh index 53cf04378..5c3f203e6 100755 --- a/test/cases/cross-distro.sh +++ b/test/cases/cross-distro.sh @@ -341,8 +341,8 @@ case $ID in 10) # There are no new RHEL-8 releases, so just use the distro alias test_cross_build_distro "rhel-8" - # Test building RHEL 9.5, which is the latest RHEL-9 minor version that is GA at this time - test_cross_build_distro "rhel-9.5" + # Test building RHEL 9.6, which is the latest RHEL-9 minor version that is GA at this time + test_cross_build_distro "rhel-9.6" ;; *) greenprint "INFO not testing actual cross-distro image build on $ID-$VERSION_ID"