Change Winget Releaser job to `ubuntu-latest`

This commit is contained in:
sitiom 2023-08-17 15:19:18 +08:00 committed by David Peter
parent 36bc84041b
commit 978866d983
1 changed files with 1 additions and 1 deletions

View File

@ -341,7 +341,7 @@ jobs:
winget:
name: Publish to Winget
runs-on: windows-latest # Action can only run on Windows
runs-on: ubuntu-latest
needs: build
if: startsWith(github.ref, 'refs/tags/v')
steps: