2
0
mirror of https://github.com/rehlds/reapi.git synced 2024-12-26 14:45:29 +03:00

Update workflows/build.yml Set windows job container as windows-2019 instead of windows-latest which now run on windows-2022

https://github.com/actions/virtual-environments/issues/4856
Fixes windows build
This commit is contained in:
s1lentq 2022-02-26 13:46:50 +07:00
parent fe6150a5d3
commit 2bda2c303c

View File

@ -14,7 +14,7 @@ on:
jobs:
windows:
name: 'Windows'
runs-on: windows-latest
runs-on: windows-2019
env:
solution: 'msvc/reapi.sln'