From 1170a5a493a5f82506a19e707c806db18c48fd6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Sun, 17 Apr 2022 02:21:19 +0200 Subject: [PATCH] [GITHUB] Use the correct worker to get MSBuild VS2019 working. (#4454) CORE-18146 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7a3819525cf..3d8acbae356 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -256,7 +256,7 @@ jobs: build-msbuild-i386: name: MSBuild (i386) - runs-on: windows-latest + runs-on: windows-2019 steps: - name: Install Flex and Bison run: |