Skip to content

Commit

Permalink
ci: use self-hosted runners for ci workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tigarmo committed May 31, 2024
1 parent 8ab3600 commit e825299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
linters:
runs-on: ubuntu-22.04
runs-on: [self-hosted, jammy, X64]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit e825299

Please sign in to comment.