From 771b6391eebe0a42dcaccffcdf779d69f00b88b3 Mon Sep 17 00:00:00 2001 From: henk717 <7526774+henk717@users.noreply.github.com> Date: Sun, 19 Jul 2026 11:35:31 +0200 Subject: [PATCH] AMD ROCm version bump for the binary (#2349) * Bump ROCm to 7.14 * Update ROCm Docker image version in workflow --- .github/workflows/kcpp-build-release-linux-rocm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/kcpp-build-release-linux-rocm.yaml b/.github/workflows/kcpp-build-release-linux-rocm.yaml index 07b1372a4..1fa2e2a1f 100644 --- a/.github/workflows/kcpp-build-release-linux-rocm.yaml +++ b/.github/workflows/kcpp-build-release-linux-rocm.yaml @@ -47,7 +47,7 @@ jobs: -w /workspace \ -e KCPP_CUDA="rocm" \ -e BRANCH_NAME="${{ github.head_ref || github.ref_name }}" \ - rocm/dev-ubuntu-22.04:7.1-complete \ + rocm/dev-ubuntu-22.04:7.14.0-full \ bash -c " apt update && DEBIAN_FRONTEND=noninteractive apt install -y git curl bzip2 python3-tk tcl tk &&