Change Winget Releaser job to `ubuntu-latest` (#3403)

pull/2986/merge
sitiom 9 months ago committed by GitHub
parent c280645671
commit 9d5392fb02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,7 +5,7 @@ on:
jobs:
publish:
runs-on: windows-latest # Action can only run on Windows
runs-on: ubuntu-latest
steps:
- uses: vedantmgoyal2009/winget-releaser@v2
with:

Loading…
Cancel
Save