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:
parent
fe6150a5d3
commit
2bda2c303c
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -14,7 +14,7 @@ on:
|
||||
jobs:
|
||||
windows:
|
||||
name: 'Windows'
|
||||
runs-on: windows-latest
|
||||
runs-on: windows-2019
|
||||
|
||||
env:
|
||||
solution: 'msvc/reapi.sln'
|
||||
|
Loading…
Reference in New Issue
Block a user