From cf65e36cf374e354be7c281e15b6dfff89d63e46 Mon Sep 17 00:00:00 2001 From: sitiom Date: Thu, 17 Aug 2023 15:27:41 +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 db79b3aa3..6a2264b93 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: