From e8741d73d228926cc0d1109ede03b15b1ea0c918 Mon Sep 17 00:00:00 2001 From: Justin Traglia <95511699+jtraglia@users.noreply.github.com> Date: Thu, 2 Apr 2026 14:36:22 +0900 Subject: [PATCH] Use self-hosted arm64 runners --- .github/workflows/checks.yml | 8 ++++---- .github/workflows/labeler.yml | 2 +- .github/workflows/release.yml | 8 ++++---- .github/workflows/stale.yml | 2 +- .github/workflows/tests.yml | 2 +- .github/workflows/website.yml | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 1f4dfb61844..7fbbeeddb20 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -15,7 +15,7 @@ on: jobs: lint: - runs-on: [self-hosted-ghr-custom, size-s-x64, profile-consensusSpecs] + runs-on: [self-hosted-ghr-custom, size-s-arm64, profile-consensusSpecs] steps: - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 @@ -34,7 +34,7 @@ jobs: git diff --exit-code framework: - runs-on: [self-hosted-ghr-custom, size-s-x64, profile-consensusSpecs] + runs-on: [self-hosted-ghr-custom, size-s-arm64, profile-consensusSpecs] steps: - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 @@ -61,7 +61,7 @@ jobs: title: if: github.event_name == 'pull_request' - runs-on: [self-hosted-ghr-custom, size-s-x64, profile-consensusSpecs] + runs-on: [self-hosted-ghr-custom, size-s-arm64, profile-consensusSpecs] steps: - name: Check PR title env: @@ -116,7 +116,7 @@ jobs: tests: needs: [lint, framework] - runs-on: [self-hosted-ghr-custom, size-xl-x64, profile-consensusSpecs] + runs-on: [self-hosted-ghr-custom, size-xl-arm64, profile-consensusSpecs] strategy: matrix: fork: diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 0ae8f07d478..c6aef434289 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -8,7 +8,7 @@ jobs: permissions: contents: read pull-requests: write - runs-on: [self-hosted-ghr-custom, size-s-x64, profile-consensusSpecs] + runs-on: [self-hosted-ghr-custom, size-s-arm64, profile-consensusSpecs] steps: - uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3a5be9bf9b6..579cac844bc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ on: jobs: setup: - runs-on: [self-hosted-ghr-custom, size-s-x64, profile-consensusSpecs] + runs-on: [self-hosted-ghr-custom, size-s-arm64, profile-consensusSpecs] permissions: contents: write pull-requests: read @@ -46,7 +46,7 @@ jobs: generate: needs: setup timeout-minutes: 1440 # 24 hours - runs-on: [self-hosted-ghr-custom, size-s-x64, profile-consensusSpecs] + runs-on: [self-hosted-ghr-custom, size-xl-arm64, profile-consensusSpecs] strategy: fail-fast: true matrix: @@ -91,7 +91,7 @@ jobs: package: needs: [setup, generate] - runs-on: [self-hosted-ghr-custom, size-s-x64, profile-consensusSpecs] + runs-on: [self-hosted-ghr-custom, size-s-arm64, profile-consensusSpecs] permissions: actions: write contents: write @@ -133,7 +133,7 @@ jobs: publish: needs: [setup, package] - runs-on: [self-hosted-ghr-custom, size-s-x64, profile-consensusSpecs] + runs-on: [self-hosted-ghr-custom, size-s-arm64, profile-consensusSpecs] permissions: contents: write id-token: write diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index de80364966c..6cb6961998b 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -7,7 +7,7 @@ on: jobs: stale: - runs-on: [self-hosted-ghr-custom, size-s-x64, profile-consensusSpecs] + runs-on: [self-hosted-ghr-custom, size-s-arm64, profile-consensusSpecs] permissions: actions: write issues: write diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bf675ccd428..a8a3a5b95d7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -57,7 +57,7 @@ jobs: # Runner if [[ "${{ github.event_name }}" == "schedule" || "${{ inputs.runner }}" == "self-hosted" ]]; then - runner='["self-hosted-ghr-custom", "size-s-x64", "profile-consensusSpecs"]' + runner='["self-hosted-ghr-custom", "size-m-arm64", "profile-consensusSpecs"]' else runner='"ubuntu-latest"' fi diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 96ed75ed74c..54c2aa131cf 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -10,7 +10,7 @@ permissions: jobs: deploy: - runs-on: [self-hosted-ghr-custom, size-s-x64, profile-consensusSpecs] + runs-on: [self-hosted-ghr-custom, size-s-arm64, profile-consensusSpecs] steps: - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2