Skip to content

Commit d50e24a

Browse files
authored
ci: migrate all GitHub workflows to use self-hosted runner (#41)
1 parent a652e4f commit d50e24a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
ci:
11-
runs-on: ubuntu-latest
11+
runs-on: [self-hosted, linux, x64]
1212
steps:
1313
- uses: actions/checkout@v4
1414

0 commit comments

Comments
 (0)