From 5ec56c8cc1fcb8d24786b3c2a1c7db63387b9c59 Mon Sep 17 00:00:00 2001 From: sitiom Date: Thu, 17 Aug 2023 15:42:31 +0800 Subject: [PATCH] Change Winget Releaser job to `ubuntu-latest` (#448) --- .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 38f0447..4aae935 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 be run on windows + runs-on: ubuntu-latest steps: - uses: vedantmgoyal2009/winget-releaser@v2 with: