Change Winget Releaser job runner to ubuntu-latest

This commit is contained in:
sitiom 2023-07-10 21:42:51 +08:00 committed by GitHub
parent 6020cd9b81
commit c047807bfd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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