Skip to content

Commit 0821a51

Browse files
committed
tweak: use self hosted runner ?
1 parent 56fbd8d commit 0821a51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
env:
3434
PKG_CONFIG_ALLOW_CROSS: "1"
3535
OPENSSL_STATIC: "1"
36-
runs-on: ubuntu-latest
36+
runs-on: self-hosted
3737
strategy:
3838
matrix:
3939
target:
@@ -134,7 +134,7 @@ jobs:
134134

135135
# ---- Release packaging + (optional) publish ----
136136
release:
137-
runs-on: ubuntu-latest
137+
runs-on: self-hosted
138138
needs: [build-linux-musl, build-macos-universal, build-windows]
139139
steps:
140140
- uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)