Change Winget Releaser job to ubuntu-latest

This commit is contained in:
sitiom 2023-08-17 15:20:02 +08:00 committed by David Peter
parent d449ebd7c1
commit 788c689699

View File

@ -336,7 +336,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: