Skip to content

Commit cd22652

Browse files
committed
run on self hosted
1 parent b43c563 commit cd22652

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
include:
2626
# Linux x86_64
2727
- target: x86_64-unknown-linux-gnu
28-
runner: ubuntu-22.04
28+
runner: self-hosted
2929
asset_name: x86_64-unknown-linux-gnu
3030

3131
# Linux ARM64 (using cross-compilation)
3232
- target: aarch64-unknown-linux-gnu
33-
runner: ubuntu-22.04
33+
runner: self-hosted
3434
asset_name: aarch64-unknown-linux-gnu
3535
use_cross: true
3636

@@ -168,7 +168,7 @@ jobs:
168168
169169
create-release:
170170
name: Create GitHub Release
171-
runs-on: ubuntu-latest
171+
runs-on: self-hosted
172172
needs: build-and-release
173173
permissions:
174174
contents: write

0 commit comments

Comments
 (0)