Merge pull request #2233 from sitiom/patch-1

Change Winget Releaser job runner to `ubuntu-latest`
This commit is contained in:
Jeremy Wu 2023-07-11 23:26:21 +10:00 committed by GitHub
commit d1dd971968
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: