From 8a207d6cf83b7df21ddfd8eb7a61e92a7acb15c1 Mon Sep 17 00:00:00 2001 From: Sam Calder-Mason Date: Tue, 2 Jul 2024 13:51:19 +1000 Subject: [PATCH] style: Update GitHub Actions workflow configurations --- .github/workflows/goreleaser.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/goreleaser.yaml b/.github/workflows/goreleaser.yaml index c1aa5a5..eb0792e 100644 --- a/.github/workflows/goreleaser.yaml +++ b/.github/workflows/goreleaser.yaml @@ -10,10 +10,8 @@ jobs: permissions: contents: write runs-on: - - environment=production - - size=xxlarge - - provider=ethpandaops - - realm=platform + - self-hosted-ghr + - size-l-x64 steps: - name: Checkout uses: actions/checkout@v3