1818jobs :
1919 changes :
2020 name : Detect changes
21- runs-on : ubuntu-latest
21+ runs-on : github-hosted-small
2222 permissions :
2323 pull-requests : read
2424 outputs :
3636 name : Unit Tests
3737 needs : changes
3838 if : ${{ needs.changes.outputs.code == 'true' || github.ref == 'refs/heads/main' }}
39- runs-on : ubuntu-latest
39+ runs-on : github-hosted-small
4040 defaults :
4141 run :
4242 working-directory : code
7272 name : Integration Tests
7373 needs : changes
7474 if : ${{ needs.changes.outputs.code == 'true' || github.ref == 'refs/heads/main' }}
75- runs-on : ubuntu-latest
75+ runs-on : github-hosted-large
7676 defaults :
7777 run :
7878 working-directory : code
@@ -117,7 +117,7 @@ jobs:
117117 name : no_std compatibility
118118 needs : changes
119119 if : ${{ needs.changes.outputs.code == 'true' || github.ref == 'refs/heads/main' }}
120- runs-on : ubuntu-latest
120+ runs-on : github-hosted-small
121121 defaults :
122122 run :
123123 working-directory : code
@@ -136,7 +136,7 @@ jobs:
136136 name : Clippy
137137 needs : changes
138138 if : ${{ needs.changes.outputs.code == 'true' || github.ref == 'refs/heads/main' }}
139- runs-on : ubuntu-latest
139+ runs-on : github-hosted-small
140140 steps :
141141 - name : Checkout
142142 uses : actions/checkout@v4
@@ -155,7 +155,7 @@ jobs:
155155 name : Formatting
156156 needs : changes
157157 if : ${{ needs.changes.outputs.code == 'true' || github.ref == 'refs/heads/main' }}
158- runs-on : ubuntu-latest
158+ runs-on : github-hosted-small
159159 steps :
160160 - name : Checkout
161161 uses : actions/checkout@v4
@@ -173,7 +173,7 @@ jobs:
173173 name : MSRV
174174 needs : changes
175175 if : ${{ needs.changes.outputs.code == 'true' || github.ref == 'refs/heads/main' }}
176- runs-on : ubuntu-latest
176+ runs-on : github-hosted-small
177177 defaults :
178178 run :
179179 working-directory : code
@@ -194,7 +194,7 @@ jobs:
194194 name : Standalone
195195 needs : changes
196196 if : ${{ needs.changes.outputs.code == 'true' || github.ref == 'refs/heads/main' }}
197- runs-on : ubuntu-latest
197+ runs-on : github-hosted-small
198198 defaults :
199199 run :
200200 working-directory : code
0 commit comments