Skip to content

Commit 90bc1a9

Browse files
author
John Doe
committed
Self runner
1 parent df85ad5 commit 90bc1a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-hipblas-rocm71.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ concurrency:
4646

4747
jobs:
4848
get-default-branch:
49-
runs-on: ubuntu-latest
49+
runs-on: github-runner
5050
outputs:
5151
branch: ${{ steps.branch.outputs.branch }}
5252
steps:
@@ -60,7 +60,7 @@ jobs:
6060
matrix:
6161
gpu_target: [gfx1201, gfx1200, gfx1100, gfx1101, gfx1151]
6262

63-
runs-on: ubuntu-24.04
63+
runs-on: github-runner
6464
needs: get-default-branch
6565

6666
env:

0 commit comments

Comments
 (0)