Skip to content

Commit 3f1d0f7

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 e9eb492 commit 3f1d0f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

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

77
jobs:
88
release:
9-
runs-on: sylphx-linux-standard
9+
runs-on: [self-hosted, sylphx, linux, standard]
1010
permissions:
1111
contents: write
1212
pull-requests: write

0 commit comments

Comments
 (0)