Skip to content

Commit 811fc65

Browse files
committed
ci: migrate to flat runner labels [self-hosted, sylphx, {platform}, {size}]
New canonical format separates platform and size as independent flat labels. Backward-compatible: old compound labels still work during transition. Old: sylphx-linux-xlarge, sylphx-standard, [self-hosted, macOS, X64], etc. New: [self-hosted, sylphx, linux, xlarge], [self-hosted, sylphx, macos, standard], etc.
1 parent 75eb2bb commit 811fc65

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: sylphx-linux-standard
11+
runs-on: [self-hosted, sylphx, linux, standard]
1212
steps:
1313
- uses: actions/checkout@v4
1414

0 commit comments

Comments
 (0)