Skip to content

Commit

Permalink
Update workflows/build.yml Set windows job container as windows-2019 …
Browse files Browse the repository at this point in the history
…instead of windows-latest which now run on windows-2022

actions/runner-images#4856
Fixes windows build
  • Loading branch information
s1lentq committed Feb 26, 2022
1 parent fe6150a commit 2bda2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
windows:
name: 'Windows'
runs-on: windows-latest
runs-on: windows-2019

env:
solution: 'msvc/reapi.sln'
Expand Down

0 comments on commit 2bda2c3

Please sign in to comment.