Skip to content

Commit fdedcfc

Browse files
authored
[CI] use internal cluster for ci (#164)
use internal cluster for ci
1 parent b4157dc commit fdedcfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
strategy:
4343
fail-fast: false
4444
matrix:
45-
runner: ['navi4', 'navi3', 'rocprof-azure', 'rocprof-azure-ubuntu-24']
45+
runner: ['navi4', 'navi3', 'mi300']
4646
os: ['ubuntu-22.04']
4747
build-type: ['RelWithDebInfo']
4848

@@ -105,7 +105,7 @@ jobs:
105105
build-type: ['RelWithDebInfo']
106106
ci-flags: ['--linter clang-tidy']
107107

108-
runs-on: rocprof-azure-${{ matrix.os }}-emu-runner-set
108+
runs-on: ${{ matrix.os }}-emu-runner-set
109109

110110
permissions:
111111
contents: read

0 commit comments

Comments
 (0)