change windows environment to windows-2019

This commit is contained in:
ouwou 2022-02-18 01:15:45 -05:00
parent 7ed415040a
commit 6c54296ba3

View File

@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
windows:
name: windows-${{ matrix.buildtype }}
runs-on: windows-latest
runs-on: windows-2019
strategy:
matrix:
buildtype: [Debug, RelWithDebInfo, MinSizeRel]