Change Winget Releaser job to ubuntu-latest (#1230)

This commit is contained in:
sitiom 2023-08-18 13:19:18 +08:00 committed by GitHub
commit 4c4ea18ca7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ on:
types: [released]
jobs:
publish:
runs-on: windows-latest # action can only be run on windows
runs-on: ubuntu-latest
steps:
- uses: vedantmgoyal2009/winget-releaser@v2
with: