From 828c064b2e397eda598d6ae9e34881cc09f02286 Mon Sep 17 00:00:00 2001 From: sitiom Date: Thu, 17 Aug 2023 22:17:30 +0800 Subject: [PATCH] Change Winget Releaser job to `ubuntu-latest` (#1551) --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 25b56539593..6503c1f3979 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -855,7 +855,7 @@ jobs: (github.repository_owner == 'LizardByte' && needs.setup_release.outputs.create_release == 'true' && github.ref == 'refs/heads/master') - runs-on: windows-latest # the required action can only be run on Windows + runs-on: ubuntu-latest steps: - name: Release to WinGet uses: vedantmgoyal2009/winget-releaser@v2