We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d1370b commit 32b666dCopy full SHA for 32b666d
1 file changed
.github/workflows/interop-test.yml
@@ -45,7 +45,7 @@ jobs:
45
run-holepunching-interop:
46
name: Run hole-punch interoperability tests
47
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"') }}
+ runs-on: ubuntu-latest
49
steps:
50
- uses: actions/checkout@v7
51
- uses: docker/setup-buildx-action@v4
0 commit comments