From 80b4c44341c106eaceb20f681d113826a4e53cfa Mon Sep 17 00:00:00 2001 From: sitiom Date: Thu, 17 Aug 2023 15:40:03 +0800 Subject: [PATCH] Change Winget Releaser job to `ubuntu-latest` --- .github/workflows/winget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index ca702326f10..afabe6f8697 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -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: