Skip to content

Commit 67d0fdc

Browse files
committed
Use self hoster runners for linux tar jobs
1 parent e899530 commit 67d0fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ jobs:
352352
353353
bindist-linux:
354354
name: Tar linux bindists (linux)
355-
runs-on: ubuntu-latest
355+
runs-on: [self-hosted, linux-space]
356356
needs: ["build-linux"]
357357
env:
358358
TARBALL_EXT: tar.xz

0 commit comments

Comments
 (0)