Skip to content

Commit

Permalink
[CI] Attempt using a different runner for release job
Browse files Browse the repository at this point in the history
  • Loading branch information
christophetd authored Nov 6, 2024
1 parent fd0755c commit 79f30e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ permissions:
jobs:
goreleaser:
timeout-minutes: 60
runs-on: ubuntu-latest
runs-on:
group: Large Runner Shared Public
labels: ubuntu-8-core-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7
Expand Down

0 comments on commit 79f30e2

Please sign in to comment.