Skip to content

Commit

Permalink
feat(ci): Use self hosted runners
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Jun 11, 2024
1 parent 7541a3b commit 1f75a9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jobs:
goreleaser:
permissions:
contents: write
runs-on: ubuntu-latest
runs-on:
- self-hosted-ghr
- size-l-x64
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 1f75a9d

Please sign in to comment.