Skip to content

Commit 79f30e2

Browse files
authored
[CI] Attempt using a different runner for release job
1 parent fd0755c commit 79f30e2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ permissions:
1616
jobs:
1717
goreleaser:
1818
timeout-minutes: 60
19-
runs-on: ubuntu-latest
19+
runs-on:
20+
group: Large Runner Shared Public
21+
labels: ubuntu-8-core-latest
2022
steps:
2123
- name: Harden Runner
2224
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7

0 commit comments

Comments
 (0)