Skip to content

Commit 55b1f23

Browse files
committed
Use custom runners
1 parent b6fcd29 commit 55b1f23

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
os: [ubuntu-latest, macos-latest]
29+
os: [ubuntu-latest-8-cores, macos-latest]
3030
go-bin: ['~/go/bin']
3131
include:
3232
- os: windows-latest
@@ -71,7 +71,7 @@ jobs:
7171
7272
check_format:
7373
name: check format (ubuntu-latest / nightly)
74-
runs-on: ubuntu-latest
74+
runs-on: ubuntu-latest-8-cores
7575
steps:
7676
- name: Check out repository
7777
uses: actions/checkout@v3
@@ -85,7 +85,7 @@ jobs:
8585

8686
check_lint:
8787
name: check linter (ubuntu-latest / stable)
88-
runs-on: ubuntu-latest
88+
runs-on: ubuntu-latest-8-cores
8989
steps:
9090
- name: Check out repository
9191
uses: actions/checkout@v3
@@ -106,7 +106,7 @@ jobs:
106106

107107
check_docs:
108108
name: check docs (ubuntu-latest / stable)
109-
runs-on: ubuntu-latest
109+
runs-on: ubuntu-latest-8-cores
110110
steps:
111111
- name: Check out repository
112112
uses: actions/checkout@v3
@@ -125,7 +125,7 @@ jobs:
125125

126126
check_licenses:
127127
name: check licenses (ubuntu-latest / stable)
128-
runs-on: ubuntu-latest
128+
runs-on: ubuntu-latest-8-cores
129129
steps:
130130
- name: Check out repository
131131
uses: actions/checkout@v3
@@ -137,7 +137,7 @@ jobs:
137137

138138
check_msrv:
139139
name: check minimal supported rust version (ubuntu-latest / msrv)
140-
runs-on: ubuntu-latest
140+
runs-on: ubuntu-latest-8-cores
141141
steps:
142142
- name: Check out repository
143143
uses: actions/checkout@v3
@@ -159,7 +159,7 @@ jobs:
159159
160160
check_examples:
161161
name: check examples (ubuntu-latest / stable)
162-
runs-on: ubuntu-latest
162+
runs-on: ubuntu-latest-8-cores
163163
steps:
164164
- name: Check out repository
165165
uses: actions/checkout@v3
@@ -180,7 +180,7 @@ jobs:
180180

181181
check_spelling:
182182
name: check spelling (ubuntu-latest / nightly)
183-
runs-on: ubuntu-latest
183+
runs-on: ubuntu-latest-8-cores
184184
steps:
185185
- name: Check out repository
186186
uses: actions/checkout@v3
@@ -205,7 +205,7 @@ jobs:
205205

206206
check_min_versions:
207207
name: check minimal versions of transitive dependencies (ubuntu-latest / stable)
208-
runs-on: ubuntu-latest
208+
runs-on: ubuntu-latest-8-cores
209209
steps:
210210
- name: Check out repository
211211
uses: actions/checkout@v4

0 commit comments

Comments
 (0)