Spaces:
Running
Running
neon_arch
commited on
Update rust.yml
Browse files
.github/workflows/rust.yml
CHANGED
@@ -11,8 +11,8 @@ env:
|
|
11 |
|
12 |
jobs:
|
13 |
build:
|
14 |
-
|
15 |
-
runs-on: ubuntu-latest
|
16 |
strategy:
|
17 |
matrix:
|
18 |
toolchain:
|
|
|
11 |
|
12 |
jobs:
|
13 |
build:
|
14 |
+
runs-on: self-hosted
|
15 |
+
# runs-on: ubuntu-latest
|
16 |
strategy:
|
17 |
matrix:
|
18 |
toolchain:
|