Skip to content

Commit b8642ca

Browse files
authored
ci: migrate all GitHub workflows to use self-hosted runner (#142)
1 parent 18d1710 commit b8642ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

.github/workflows/wiki-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414

1515
jobs:
1616
publish-wiki:
17-
runs-on: ubuntu-latest
17+
runs-on: [self-hosted, linux, x64]
1818
steps:
1919
- uses: actions/checkout@v4
2020

0 commit comments

Comments
 (0)