From 562ab45a7a4f4de2ffc381e333f0c096e499a427 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Mon, 26 Jun 2023 13:06:56 -0400 Subject: [PATCH] Fix OS for `deploy-winget` job --- .github/workflows/ci-suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index b54127b6f2..ee069bbdad 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -1386,7 +1386,7 @@ jobs: name: Deploy TGS (winget) needs: deploy-tgs if: "!(cancelled() || failure()) && needs.deploy-tgs.result == 'success'" - runs-on: ubuntu-latest + runs-on: windows-latest steps: - name: Setup dotnet uses: actions/setup-dotnet@v2