From b3957ac447ed01d29c371809cedb5af147675991 Mon Sep 17 00:00:00 2001 From: Kyle Sanderson Date: Sun, 3 Sep 2023 06:48:31 -0700 Subject: [PATCH] ci: build Goreleaser binaries on windows (#1040) try windows again --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b4f7775..89efabd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -74,7 +74,7 @@ jobs: goreleaserbuild: name: Build Go binaries if: github.event_name == 'pull_request' - runs-on: macos-latest + runs-on: windows-latest needs: [web, test] steps: - name: Checkout