Skip to content

Commit da41a87

Browse files
Change nightly-pipeline steps with 'cargo' to use 'self-hosted' runner (#1010)
1 parent 24216c2 commit da41a87

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nightly-pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
check-determinism:
7979
needs: [build-new-node]
8080
name: Verify runtime build determinism
81-
runs-on: ubuntu-20.04
81+
runs-on: self-hosted
8282
env:
8383
RUST_BACKTRACE: full
8484
RUSTC_WRAPPER: sccache
@@ -111,7 +111,7 @@ jobs:
111111
112112
build-test-client:
113113
name: Build e2e test client suite
114-
runs-on: ubuntu-20.04
114+
runs-on: self-hosted
115115
env:
116116
RUST_BACKTRACE: full
117117
RUSTC_WRAPPER: sccache

0 commit comments

Comments
 (0)