Skip to content

Commit 164ff5b

Browse files
authored
ci: migrate all GitHub workflows to use self-hosted runner (#18)
1 parent f8b193e commit 164ff5b

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/release.yml

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

77
jobs:
88
release:
9-
runs-on: ubuntu-latest
9+
runs-on: [self-hosted, linux, x64]
1010
permissions:
1111
contents: write
1212
pull-requests: write

0 commit comments

Comments
 (0)