Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update runner
Browse files Browse the repository at this point in the history
forcodedancing committed May 30, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent e99d3b8 commit 3e66c7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3e66c7e

Please sign in to comment.