diff --git a/.github/workflows/hip.yml b/.github/workflows/hip.yml index 28dc3f90..c7ba6172 100644 --- a/.github/workflows/hip.yml +++ b/.github/workflows/hip.yml @@ -8,7 +8,7 @@ concurrency: jobs: build_hip: - name: HIP + name: ROCm HIP 6.2 runs-on: ubuntu-22.04 env: CXXFLAGS: "-Werror -Wno-deprecated-declarations -Wno-error=pass-failed" @@ -18,7 +18,7 @@ jobs: - name: install dependencies shell: bash run: | - .github/workflows/dependencies/hip.sh + .github/workflows/dependencies/hip.sh 6.2 .github/workflows/dependencies/dependencies_ccache.sh - name: Set Up Cache uses: actions/cache@v4