build: use windows 2019 since 2016 is deprecated ()

This commit is contained in:
Baptiste Augrain 2022-03-16 09:02:30 +01:00 committed by GitHub
parent be445bcba6
commit 3208188249
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ on:
jobs:
windows:
runs-on: windows-2016
runs-on: windows-2019
defaults:
run:
shell: bash