Switch runner for final release job
The manifest and tagging step use a lot of disk space
This commit is contained in:
parent
b8c2be6142
commit
f83e4db365
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -419,7 +419,7 @@ jobs:
|
|||
- build-windows
|
||||
- build-linux-amd64
|
||||
- build-linux-arm64
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: linux
|
||||
environment: release
|
||||
permissions:
|
||||
contents: write
|
||||
|
|
Loading…
Reference in a new issue