Skip to content

Commit 32b666d

Browse files
authored
chore(ci): run interop-tests on github workers
Pull-Request: #6549.
1 parent 7d1370b commit 32b666d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/interop-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run-holepunching-interop:
4646
name: Run hole-punch interoperability tests
4747
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository
48-
runs-on: ${{ fromJSON(github.repository == 'libp2p/rust-libp2p' && '["self-hosted", "linux", "x64", "4xlarge"]' || '"ubuntu-latest"') }}
48+
runs-on: ubuntu-latest
4949
steps:
5050
- uses: actions/checkout@v7
5151
- uses: docker/setup-buildx-action@v4

0 commit comments

Comments
 (0)