mirror of
https://github.com/rehlds/rehlds.git
synced 2025-03-31 06:39:04 +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
4e0a3f312a
commit
815da982a0
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -14,7 +14,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
windows:
|
windows:
|
||||||
name: 'Windows'
|
name: 'Windows'
|
||||||
runs-on: windows-latest
|
runs-on: windows-2019
|
||||||
|
|
||||||
env:
|
env:
|
||||||
solution: 'msvc/ReHLDS.sln'
|
solution: 'msvc/ReHLDS.sln'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user