diff --git a/.github/actionlint.yaml b/.github/actionlint.yaml new file mode 100644 index 0000000000..c7539a4b51 --- /dev/null +++ b/.github/actionlint.yaml @@ -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 diff --git a/.github/workflows/update-stage0.yml b/.github/workflows/update-stage0.yml index 92d4d6399b..95473d085e 100644 --- a/.github/workflows/update-stage0.yml +++ b/.github/workflows/update-stage0.yml @@ -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