1212 # 1
1313 check :
1414 name : Rust project check
15- runs-on : ubuntu-latest
15+ runs-on : [self-hosted, Linux, X64]
1616 steps :
1717 - uses : actions/checkout@v2
1818 - name : Install latest nightly
4141 # 2
4242 fmt :
4343 name : Rust fmt
44- runs-on : ubuntu-latest
44+ runs-on : [self-hosted, Linux, X64]
4545 steps :
4646 - uses : actions/checkout@v2
4747 - name : Install latest nightly
5959 # 3
6060 e2e :
6161 name : Rust e2e sqllogictest
62- runs-on : ubuntu-latest
62+ runs-on : [self-hosted, Linux, X64]
6363 steps :
6464 - uses : actions/checkout@v2
6565 - name : Install latest nightly
8080 # 4
8181 wasm-tests :
8282 name : Wasm cargo tests
83- runs-on : ubuntu-latest
83+ runs-on : [self-hosted, Linux, X64]
8484 steps :
8585 - uses : actions/checkout@v2
8686
@@ -106,7 +106,7 @@ jobs:
106106 # 5
107107 wasm-examples :
108108 name : Wasm examples (nodejs)
109- runs-on : ubuntu-latest
109+ runs-on : [self-hosted, Linux, X64]
110110 steps :
111111 - uses : actions/checkout@v2
112112
@@ -135,7 +135,7 @@ jobs:
135135 # 6
136136 native-examples :
137137 name : Native examples
138- runs-on : ubuntu-latest
138+ runs-on : [self-hosted, Linux, X64]
139139 steps :
140140 - uses : actions/checkout@v2
141141
@@ -150,7 +150,7 @@ jobs:
150150 # 7
151151 python-tests :
152152 name : Python bindings tests
153- runs-on : ubuntu-latest
153+ runs-on : [self-hosted, Linux, X64]
154154 steps :
155155 - uses : actions/checkout@v2
156156
0 commit comments