From ac6dd0c8098284391898a374ac5e125d01a44326 Mon Sep 17 00:00:00 2001 From: sitiom Date: Thu, 17 Aug 2023 15:10:58 +0800 Subject: [PATCH] ci: 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 9d31e04cd..33902c867 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: