From d090c91c70f7039c300554e16d349678457ab5cf Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Fri, 9 Aug 2024 09:32:09 +0000 Subject: [PATCH] use arc-runner-set --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c22cda1..03319ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: run: cargo check -p sc-simnode tests: - runs-on: ubuntu-latest + runs-on: arc-runner-set steps: - name: Checkout sources uses: actions/checkout@v3 @@ -75,4 +75,3 @@ jobs: sleep 20; RUST_BACKTRACE=1 cargo test --release -p simnode-integration-tests --tests parachain -- --nocapture kill -9 $! -