From 99f221c7f5504f1fae012b09daa1060fc44c49ba Mon Sep 17 00:00:00 2001 From: comfyanonymous <121283862+comfyanonymous@users.noreply.github.com> Date: Tue, 28 Jul 2026 13:46:44 -0700 Subject: [PATCH] Go back to older rocm for portable. (#15127) --- .github/workflows/release-stable-all.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-stable-all.yml b/.github/workflows/release-stable-all.yml index e33e3f68d..10f1ccf96 100644 --- a/.github/workflows/release-stable-all.yml +++ b/.github/workflows/release-stable-all.yml @@ -48,13 +48,13 @@ jobs: contents: "write" packages: "write" pull-requests: "read" - name: "Release AMD ROCm 7.14" + name: "Release AMD ROCm 7.2" uses: ./.github/workflows/stable-release.yml with: git_tag: ${{ inputs.git_tag }} - cache_tag: "rocm714" - python_minor: "13" - python_patch: "14" + cache_tag: "rocm72" + python_minor: "12" + python_patch: "10" rel_name: "amd" rel_extra_name: "" test_release: false