13
13
14
14
jobs :
15
15
setup-params :
16
- runs-on : ubuntu-latest
16
+ runs-on : self-hosted
17
17
steps :
18
18
- uses : actions/checkout@v4
19
19
47
47
run : echo "Cache saved"
48
48
49
49
setup-deps :
50
- runs-on : ubuntu-latest
50
+ runs-on : self-hosted
51
51
outputs :
52
52
make_deps_key : ${{ steps.make_deps.outputs.key }}
53
53
make_deps_path : ${{ steps.make_deps.outputs.path }}
@@ -101,7 +101,7 @@ jobs:
101
101
path : ${{ steps.make_deps.outputs.path }}
102
102
103
103
build-all :
104
- runs-on : ubuntu-latest
104
+ runs-on : self-hosted
105
105
needs : [setup-deps]
106
106
steps :
107
107
- uses : actions/checkout@v4
@@ -127,7 +127,7 @@ jobs:
127
127
shell : bash
128
128
129
129
test :
130
- runs-on : ubuntu-latest
130
+ runs-on : self-hosted
131
131
needs : [setup-params, setup-deps]
132
132
strategy :
133
133
matrix :
@@ -188,7 +188,7 @@ jobs:
188
188
189
189
lint :
190
190
needs : [setup-deps]
191
- runs-on : ubuntu-latest
191
+ runs-on : self-hosted
192
192
steps :
193
193
- uses : actions/checkout@v4
194
194
@@ -219,7 +219,7 @@ jobs:
219
219
shell : bash
220
220
221
221
gofmt :
222
- runs-on : ubuntu-latest
222
+ runs-on : self-hosted
223
223
steps :
224
224
- uses : actions/checkout@v4
225
225
@@ -245,7 +245,7 @@ jobs:
245
245
shell : bash
246
246
247
247
cbor-check :
248
- runs-on : ubuntu-latest
248
+ runs-on : self-hosted
249
249
steps :
250
250
- uses : actions/checkout@v4
251
251
@@ -278,7 +278,7 @@ jobs:
278
278
shell : bash
279
279
280
280
docs-check :
281
- runs-on : ubuntu-latest
281
+ runs-on : self-hosted
282
282
steps :
283
283
- uses : actions/checkout@v4
284
284
@@ -307,7 +307,7 @@ jobs:
307
307
shell : bash
308
308
309
309
gen-check :
310
- runs-on : ubuntu-latest
310
+ runs-on : self-hosted
311
311
steps :
312
312
- uses : actions/checkout@v4
313
313
@@ -340,7 +340,7 @@ jobs:
340
340
shell : bash
341
341
342
342
lid-docker-compose :
343
- runs-on : ubuntu-latest
343
+ runs-on : self-hosted
344
344
needs : [setup-params, setup-deps]
345
345
steps :
346
346
- uses : actions/checkout@v4
@@ -377,7 +377,7 @@ jobs:
377
377
shell : bash
378
378
379
379
mod-tidy-check :
380
- runs-on : ubuntu-latest
380
+ runs-on : self-hosted
381
381
steps :
382
382
- uses : actions/checkout@v4
383
383
0 commit comments