chore: CI: run stage0 update on faster runner (#9178)

To avoid it losing races against the merge queue.
This commit is contained in:
Joachim Breitner
2025-07-03 18:14:46 +02:00
committed by GitHub
parent 0b6df7d6a4
commit 47b795a302
2 changed files with 6 additions and 1 deletions

5
.github/actionlint.yaml vendored Normal file
View File

@@ -0,0 +1,5 @@
self-hosted-runner:
labels:
- nscloud-ubuntu-22.04-amd64-4x16
- nscloud-ubuntu-22.04-amd64-8x16
- nscloud-macos-sonoma-arm64-6x14

View File

@@ -18,7 +18,7 @@ concurrency:
jobs:
update-stage0:
runs-on: ubuntu-latest
runs-on: nscloud-ubuntu-22.04-amd64-8x16
steps:
# This action should push to an otherwise protected branch, so it
# uses a deploy key with write permissions, as suggested at