Revert ROCm target back to 5.6

This commit is contained in:
turboderp
2023-11-10 21:20:04 +01:00
parent 4daa161080
commit 0261a6a89a
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
name: Build ROCm 5.5 Wheels & Release
name: Build ROCm 5.6 Wheels & Release
on:
workflow_dispatch:
@@ -42,7 +42,7 @@ jobs:
- name: Install ROCm SDK
run: |
export ROCM_VERSION=5.5
export ROCM_VERSION=5.6
[ ! -d /etc/apt/keyrings ] && sudo mkdir --parents --mode=0755 /etc/apt/keyrings
wget https://repo.radeon.com/rocm/rocm.gpg.key -O - | gpg --dearmor | sudo tee /etc/apt/keyrings/rocm.gpg > /dev/null