From e6942ca71f28240d794151a818d2391a8976ea53 Mon Sep 17 00:00:00 2001 From: sitiom Date: Wed, 2 Aug 2023 09:29:32 +0800 Subject: [PATCH] Change Winget Releaser job to `ubuntu-latest` --- .github/workflows/winget.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index 2baf667..7e9e09d 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -6,8 +6,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: