Skip to content

Commit f23eddb

Browse files
chore: change runner to self-hosted for release job in CI workflow
1 parent acc3abe commit f23eddb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
release:
7878
needs: build
7979
if: startsWith(github.ref, 'refs/tags/v')
80-
runs-on: ubuntu-latest
80+
runs-on: self-hosted
8181
steps:
8282
- uses: actions/checkout@v4
8383

0 commit comments

Comments
 (0)