mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
internal/build: prefer the self-hosted runner
This commit is contained in:
parent
aa64f0c607
commit
a65ee54acd
1 changed files with 1 additions and 5 deletions
6
.github/workflows/build-test.yml
vendored
6
.github/workflows/build-test.yml
vendored
|
|
@ -26,11 +26,7 @@ jobs:
|
|||
run: go run build/ci.go install -dlgo
|
||||
|
||||
test:
|
||||
runs-on: [self-hosted, ${{ matrix.os }}]
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest]
|
||||
runs-on: [self-hosted]
|
||||
|
||||
needs: lint
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue