Skip to content

Commit

Permalink
internal/build: prefer the self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusVanDerWijden committed Nov 24, 2023
1 parent 6ce7fcf commit aa64f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
run: go run build/ci.go install -dlgo

test:
runs-on: ${{ matrix.os }}
runs-on: [self-hosted, ${{ matrix.os }}]

strategy:
matrix:
Expand Down

0 comments on commit aa64f0c

Please sign in to comment.