From ec9938a249a7b08be003c90246f8b97bf1af630a Mon Sep 17 00:00:00 2001 From: Karl W Schulz Date: Tue, 27 Feb 2024 14:56:09 -0600 Subject: [PATCH] update test matrix to start with ROCm 5.7.1 Signed-off-by: Karl W Schulz [ROCm/rocprofiler-compute commit: 593d08a4f33827910159e3be78ffe47569249896] --- projects/rocprofiler-compute/.github/workflows/mi100.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler-compute/.github/workflows/mi100.yml b/projects/rocprofiler-compute/.github/workflows/mi100.yml index 81f75dcafd..d93e031ecc 100644 --- a/projects/rocprofiler-compute/.github/workflows/mi100.yml +++ b/projects/rocprofiler-compute/.github/workflows/mi100.yml @@ -17,7 +17,7 @@ jobs: profile: strategy: matrix: - version: [5.5.1, 5.7.1] + version: [5.7.1] fail-fast: false runs-on: [mi100, rhel9]