From ca309f067084057c606d181840c330b836135fed Mon Sep 17 00:00:00 2001 From: Sergey Shorokhov Date: Mon, 23 Sep 2024 18:57:06 +0300 Subject: [PATCH] Use windows-2019 for use VS16 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ac55400db..7aa1732ae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ on: jobs: windows: name: 'Windows' - runs-on: windows-latest + runs-on: windows-2019 env: solution: 'msvc/ReGameDLL.sln' @@ -32,7 +32,7 @@ jobs: - name: Setup MSBuild uses: microsoft/setup-msbuild@v2 with: - vs-version: '17.11' + vs-version: '16' - name: Build and Run unittests run: |