Skip to content

Commit

Permalink
ci: use 'self-hosted-ubuntu' tag for self hosted runners
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwill committed Apr 28, 2022
1 parent 31a86cf commit b532937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
test:
needs: diff
if: needs.diff.outputs.isRust == 'true'
runs-on: [self-hosted, ubuntu]
runs-on: [self-hosted, self-hosted-ubuntu]
strategy:
fail-fast: false
steps:
Expand Down

0 comments on commit b532937

Please sign in to comment.