Skip to content

Commit 791a05f

Browse files
author
Dwight Guth
authored
Use private runner for release to fix out of space problem (#3457)
1 parent 4571f0e commit 791a05f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ jobs:
383383
384384
release:
385385
name: 'Publish Release'
386-
runs-on: ubuntu-20.04
386+
runs-on: [self-hosted, linux, normal-ephemeral]
387387
environment: production
388388
needs: [nix-release, macos-build, macos-test, source-tarball, ubuntu-jammy, ubuntu-focal, debian-bullseye, set-release-id, arch]
389389
steps:

0 commit comments

Comments
 (0)