Skip to content

Commit

Permalink
style: Update runs-on in goreleaser workflow to ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Apr 8, 2024
1 parent f99080f commit 8a4efc9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ jobs:
goreleaser:
permissions:
contents: write
runs-on:
- environment=production
- size=xxlarge
- provider=ethpandaops
- realm=platform
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 8a4efc9

Please sign in to comment.