diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 0f0bcddc..633953f4 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -17,7 +17,7 @@ env: jobs: config: name: Check GoReleaser config - runs-on: stackit-docker + runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v6 @@ -30,7 +30,7 @@ jobs: publish: name: "Publish provider" needs: config - runs-on: stackit-docker + runs-on: ubuntu-latest permissions: actions: read # Required to identify workflow run. checks: write # Required to add status summary.