4040jobs :
4141 test-hanzo-network :
4242 name : Test hanzo-network
43- runs-on : ubuntu-latest
43+ runs-on : hanzo-build
4444 timeout-minutes : 5
4545 defaults :
4646 run :
6666
6767 test-hanzo-mcp :
6868 name : Test hanzo-mcp
69- runs-on : ubuntu-latest
69+ runs-on : hanzo-build
7070 timeout-minutes : 5
7171 defaults :
7272 run :
9797
9898 test-hanzo-aci :
9999 name : Test hanzo-aci
100- runs-on : ubuntu-latest
100+ runs-on : hanzo-build
101101 timeout-minutes : 5
102102 defaults :
103103 run :
@@ -126,7 +126,7 @@ jobs:
126126
127127 test-hanzo-memory :
128128 name : Test hanzo-memory
129- runs-on : ubuntu-latest
129+ runs-on : hanzo-build
130130 timeout-minutes : 5
131131 defaults :
132132 run :
@@ -153,7 +153,7 @@ jobs:
153153 integration-test :
154154 name : Integration Test
155155 needs : [test-hanzo-network, test-hanzo-mcp, test-hanzo-aci, test-hanzo-memory, test-hanzo, test-hanzo-repl]
156- runs-on : ubuntu-latest
156+ runs-on : hanzo-build
157157
158158 steps :
159159 - uses : actions/checkout@v4
@@ -182,7 +182,7 @@ jobs:
182182
183183 lint :
184184 name : Lint Hanzo Packages
185- runs-on : ubuntu-latest
185+ runs-on : hanzo-build
186186
187187 steps :
188188 - uses : actions/checkout@v4
@@ -237,7 +237,7 @@ jobs:
237237
238238 test-hanzo :
239239 name : Test hanzo (main package)
240- runs-on : ubuntu-latest
240+ runs-on : hanzo-build
241241 timeout-minutes : 5
242242 defaults :
243243 run :
@@ -267,7 +267,7 @@ jobs:
267267
268268 test-hanzo-repl :
269269 name : Test hanzo-repl
270- runs-on : ubuntu-latest
270+ runs-on : hanzo-build
271271 timeout-minutes : 5
272272 defaults :
273273 run :
@@ -303,7 +303,7 @@ jobs:
303303 name : Auto-Publish New Versions
304304 if : github.ref == 'refs/heads/main' && github.event_name == 'push'
305305 needs : [test-hanzo-network, test-hanzo-mcp, test-hanzo-aci, test-hanzo-memory, test-hanzo, test-hanzo-repl, integration-test]
306- runs-on : ubuntu-latest
306+ runs-on : hanzo-build
307307
308308 steps :
309309 - uses : actions/checkout@v4
@@ -326,7 +326,7 @@ jobs:
326326 name : Publish to PyPI (Tag)
327327 if : startsWith(github.ref, 'refs/tags/')
328328 needs : [test-hanzo-network, test-hanzo-mcp, test-hanzo-aci, test-hanzo-memory, test-hanzo, test-hanzo-repl, integration-test]
329- runs-on : ubuntu-latest
329+ runs-on : hanzo-build
330330
331331 steps :
332332 - uses : actions/checkout@v4
0 commit comments