ci: build Goreleaser binaries on windows (#1040)

try windows again
This commit is contained in:
Kyle Sanderson 2023-09-03 06:48:31 -07:00 committed by GitHub
parent 0d3e10f094
commit b3957ac447
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,7 +74,7 @@ jobs:
goreleaserbuild: goreleaserbuild:
name: Build Go binaries name: Build Go binaries
if: github.event_name == 'pull_request' if: github.event_name == 'pull_request'
runs-on: macos-latest runs-on: windows-latest
needs: [web, test] needs: [web, test]
steps: steps:
- name: Checkout - name: Checkout