build(ci): change goreleaser back to ubuntu runner (#1331)

* feat(ci): flip to windows 2019 from 2022

* it ended in a church?!

* shuttleworth? are you there

* build(release): remove windows step
This commit is contained in:
Kyle Sanderson 2023-12-31 06:04:41 -08:00 committed by GitHub
parent a0a81ed34c
commit 202030272f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,7 +87,7 @@ jobs:
goreleaserbuild:
name: Build distribution binaries
runs-on: windows-latest
runs-on: ubuntu-latest
needs: [web, test]
steps:
- name: Checkout