Skip to content

Commit b0e92b5

Browse files
committed
Use custom runners
1 parent 51945d2 commit b0e92b5

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
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
os: [ubuntu-latest, macos-latest]
32+
os: [ubuntu-latest-8-cores, macos-latest]
3333
go-bin: ['~/go/bin']
3434
include:
3535
- os: windows-latest
@@ -82,7 +82,7 @@ jobs:
8282
8383
check_format:
8484
name: check format (ubuntu-latest / nightly)
85-
runs-on: ubuntu-latest
85+
runs-on: ubuntu-latest-8-cores
8686
steps:
8787
- name: Check out repository
8888
uses: actions/checkout@v3
@@ -99,7 +99,7 @@ jobs:
9999
run:
100100
working-directory: ./async-nats
101101
name: check linter (ubuntu-latest / stable)
102-
runs-on: ubuntu-latest
102+
runs-on: ubuntu-latest-8-cores
103103
steps:
104104
- name: Check out repository
105105
uses: actions/checkout@v3
@@ -123,7 +123,7 @@ jobs:
123123
run:
124124
working-directory: ./async-nats
125125
name: check docs (ubuntu-latest / stable)
126-
runs-on: ubuntu-latest
126+
runs-on: ubuntu-latest-8-cores
127127
steps:
128128
- name: Check out repository
129129
uses: actions/checkout@v3
@@ -165,7 +165,7 @@ jobs:
165165

166166
check_licenses:
167167
name: check licenses (ubuntu-latest / stable)
168-
runs-on: ubuntu-latest
168+
runs-on: ubuntu-latest-8-cores
169169
steps:
170170
- name: Check out repository
171171
uses: actions/checkout@v3
@@ -180,7 +180,7 @@ jobs:
180180
run:
181181
working-directory: ./async-nats
182182
name: check minimal supported rust version (ubuntu-latest / msrv)
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
run:
206206
working-directory: ./async-nats
207207
name: check examples (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@v3
@@ -226,7 +226,7 @@ jobs:
226226

227227
check_spelling:
228228
name: check spelling (ubuntu-latest / nightly)
229-
runs-on: ubuntu-latest
229+
runs-on: ubuntu-latest-8-cores
230230
steps:
231231
- name: Check out repository
232232
uses: actions/checkout@v3
@@ -254,7 +254,7 @@ jobs:
254254
run:
255255
working-directory: ./async-nats
256256
name: check minimal versions of transitive dependencies (ubuntu-latest / stable)
257-
runs-on: ubuntu-latest
257+
runs-on: ubuntu-latest-8-cores
258258
steps:
259259
- name: Check out repository
260260
uses: actions/checkout@v4

0 commit comments

Comments
 (0)