Skip to content

Commit 156ae72

Browse files
committed
ci: Build release with ubuntu-latest-16-cores
Signed-off-by: Stefan Prodan <[email protected]>
1 parent cc80033 commit 156ae72

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ jobs:
88
goreleaser:
99
outputs:
1010
hashes: ${{ steps.hash.outputs.hashes }}
11-
runs-on: ubuntu-latest
11+
runs-on:
12+
group: "Default Larger Runners"
13+
labels: ubuntu-latest-16-cores
1214
permissions:
1315
contents: write # needed to write releases
1416
id-token: write # needed for keyless signing

0 commit comments

Comments
 (0)