Github actions deprecated windows-2016, switching to windows-2019

This commit is contained in:
Davis King 2022-07-31 17:45:46 -04:00
parent 29288e5d89
commit 4e9854204c

View File

@ -114,8 +114,8 @@ jobs:
- name: Build ancillary tools
run: cmake --build ${{ env.build_dir }} --config ${{ env.config }} --target imglab htmlify dtoc --parallel 4
windows-2016:
runs-on: 'windows-2016'
windows-2019:
runs-on: 'windows-2019'
steps:
- uses: actions/checkout@v2
- name: Configure