Skip to content

Commit 3edcd7b

Browse files
committed
ci: migrate runs-on to ARC v2 runner labels
Update self-hosted runner labels to new ARC v2 scale set names. See SylphxAI/platform: docs/CI-RUNNERS-ARCHITECTURE.md
1 parent 9a605b2 commit 3edcd7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
ci:
11-
runs-on: [self-hosted, linux, x64]
11+
runs-on: sylphx-linux-standard
1212
steps:
1313
- uses: actions/checkout@v4
1414

0 commit comments

Comments
 (0)