https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1170a5a493a5f82506a19e707c806db18c48fd6c

commit 1170a5a493a5f82506a19e707c806db18c48fd6c
Author:     Hermès Bélusca-Maïto <[email protected]>
AuthorDate: Sun Apr 17 02:21:19 2022 +0200
Commit:     Hermès Bélusca-Maïto <[email protected]>
CommitDate: Sat Apr 23 19:14:05 2022 +0200

    [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: |

Reply via email to