Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading