From fbaeb7410767b87f31ac45ee62829520e2b9cbd3 Mon Sep 17 00:00:00 2001 From: David Galiffi Date: Thu, 11 Dec 2025 12:23:26 -0500 Subject: [PATCH] [rocprof-sys] Update nightly CI workflow (#2263) Update ROCm version to 7.1.0 Signed-off-by: David Galiffi --- .../workflows/rocprofiler-systems-continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rocprofiler-systems-continuous-integration.yml b/.github/workflows/rocprofiler-systems-continuous-integration.yml index c7bfe1f83e..8fb9a73a9f 100644 --- a/.github/workflows/rocprofiler-systems-continuous-integration.yml +++ b/.github/workflows/rocprofiler-systems-continuous-integration.yml @@ -33,7 +33,7 @@ env: ROCPROFSYS_CI: ON ROCPROFSYS_TMPDIR: "%env{PWD}%/testing-tmp" ROCM_PATH: "/opt/rocm" - ROCM_VERSION: "7.0.0" + ROCM_VERSION: "7.1.0" jobs: prepare_matrix: