mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
[GITHUB] Use the correct worker to get MSBuild VS2019 working. (#4454)
CORE-18146
This commit is contained in:
parent
a7a222b52d
commit
1170a5a493
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue