From 648f7e6b0695d9368c43e4ee5f378b49ddb5cd57 Mon Sep 17 00:00:00 2001 From: Luc Date: Wed, 11 Sep 2024 16:04:01 -0600 Subject: [PATCH] AT-2: updating hip no tpl runs-on tag By reusing the same tag this should allow the job to run without issues with the same runner as the tpl job. --- .github/workflows/mi210.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mi210.yml b/.github/workflows/mi210.yml index 0cf1b42481..be2b1fc7aa 100644 --- a/.github/workflows/mi210.yml +++ b/.github/workflows/mi210.yml @@ -6,7 +6,7 @@ on: jobs: PR_VEGA90A_ROCM561_HIP_SERIAL_LEFT: name: PR_VEGA90A_ROCM561_HIP_SERIAL_LEFT - runs-on: [kk-env-hip-5.6.1-latest] + runs-on: [kk-env-openblas-0.3.23-hip-5.6.1-latest] steps: - name: checkout_kokkos_kernels