Skip to content

Commit 8157ae8

Browse files
committed
ci: migrate to self-hosted runners
1 parent 6bd2b57 commit 8157ae8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches: [main]
77
jobs:
88
lint:
9-
runs-on: ubuntu-latest
9+
runs-on: [self-hosted, Linux, X64]
1010
steps:
1111
- uses: actions/checkout@v4
1212
- uses: GeiserX/awesome-lint-extra@main
@@ -15,7 +15,7 @@ jobs:
1515
badge_types: '["stars", "last-commit", "language", "license"]'
1616
check_alphabetical: 'true'
1717
links:
18-
runs-on: ubuntu-latest
18+
runs-on: [self-hosted, Linux, X64]
1919
continue-on-error: true
2020
steps:
2121
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)