Skip to content

Commit 75eb2bb

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 6d058ee commit 75eb2bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wiki-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414

1515
jobs:
1616
publish-wiki:
17-
runs-on: [self-hosted, linux, x64]
17+
runs-on: sylphx-linux-standard
1818
steps:
1919
- uses: actions/checkout@v4
2020

0 commit comments

Comments
 (0)