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 &&