From 3e66c7e2384de3f17d7a04b7176bed8b977c5045 Mon Sep 17 00:00:00 2001 From: forcodedancing Date: Thu, 30 May 2024 09:39:45 +0800 Subject: [PATCH] update runner --- .github/workflows/integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 67b553965e..2764d038fc 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -19,7 +19,7 @@ concurrency: jobs: test: name: test / ${{ matrix.network }} - runs-on: ubuntu-latest + runs-on: [ bnb-chain-ap-qa-cicd-runners ] env: RUST_BACKTRACE: 1 strategy: @@ -56,7 +56,7 @@ jobs: name: sync / 100k blocks # Only run sync tests in merge groups if: github.event_name == 'merge_group' - runs-on: ubuntu-latest + runs-on: [ bnb-chain-ap-qa-cicd-runners ] env: RUST_LOG: info,sync=error RUST_BACKTRACE: 1