internal/build: prefer the self-hosted runner

This commit is contained in:
Marius van der Wijden 2023-11-24 14:52:35 +01:00
parent aa64f0c607
commit a65ee54acd

View file

@ -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: