Skip to content

Commit a2f2eb3

Browse files
authored
Kernel config rewrite: use our strong servers for matrix generation (#8859)
* Add review request to kernel configs workflow * Update rewrite-kernel-configs.yml * Remove mentioning ai as we solved it differently #8861
1 parent 10bcdb1 commit a2f2eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rewrite-kernel-configs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
jobs:
1313
build-matrix:
1414
name: Build dynamic matrix
15-
runs-on: ubuntu-latest
15+
runs-on: super
1616
outputs:
1717
matrix: ${{ steps.gen.outputs.matrix }}
1818
count: ${{ steps.gen.outputs.count }}

0 commit comments

Comments
 (0)