From 5906dde2b68f0c9612417f1f25cf89ad798a82c2 Mon Sep 17 00:00:00 2001 From: David Galiffi Date: Fri, 9 May 2025 17:50:44 -0400 Subject: [PATCH] Update containers.yml (#205) Add the rhel-9.5 container to the recurring updates [ROCm/rocprofiler-systems commit: 82d5b8c64fa4a227ed55365de33d9399b2f4796c] --- projects/rocprofiler-systems/.github/workflows/containers.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/rocprofiler-systems/.github/workflows/containers.yml b/projects/rocprofiler-systems/.github/workflows/containers.yml index 5b9b1588dd..2362b8d38a 100644 --- a/projects/rocprofiler-systems/.github/workflows/containers.yml +++ b/projects/rocprofiler-systems/.github/workflows/containers.yml @@ -45,6 +45,8 @@ jobs: version: "9.3" - distro: "rhel" version: "9.4" + - distro: "rhel" + version: "9.5" steps: - uses: actions/checkout@v4