Skip to content

Commit 2bda2c3

Browse files
committed
Update workflows/build.yml Set windows job container as windows-2019 instead of windows-latest which now run on windows-2022
actions/runner-images#4856 Fixes windows build
1 parent fe6150a commit 2bda2c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
jobs:
1515
windows:
1616
name: 'Windows'
17-
runs-on: windows-latest
17+
runs-on: windows-2019
1818

1919
env:
2020
solution: 'msvc/reapi.sln'

0 commit comments

Comments
 (0)