Skip to content

Commit 8f73da6

Browse files
committed
chore(ci): change runners
1 parent c73528f commit 8f73da6

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

.github/workflows/check-typos.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ permissions:
88

99
jobs:
1010
typos:
11-
runs-on: ubuntu-latest
11+
runs-on:
12+
- self-hosted-ghr
13+
- size-l-x64
1214
steps:
1315
- name: Checkout
1416
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

.github/workflows/go-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ permissions:
1111

1212
jobs:
1313
test:
14-
runs-on: ubuntu-latest
14+
runs-on:
15+
- self-hosted-ghr
16+
- size-l-x64
1517
steps:
1618
- name: Checkout
1719
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

.github/workflows/golangci-lint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ permissions:
1111

1212
jobs:
1313
golangci:
14-
runs-on: ubuntu-latest
14+
runs-on:
15+
- self-hosted-ghr
16+
- size-l-x64
1517
steps:
1618
- name: Checkout
1719
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)