ci: update Windows runner to windows-2019

The windows-2016 runner will soon be removed:
https://github.blog/changelog/2021-10-19-github-actions-the-windows-2016-runner-image-will-be-removed-from-github-hosted-runners-on-march-15-2022/
Therefore, switch to the next version.
This commit is contained in:
Ayke van Laethem
2021-11-13 19:37:56 +01:00
committed by Ron Evans
parent 539e1324c8
commit 73ad825b67
+1 -1
View File
@@ -9,7 +9,7 @@ on:
jobs:
build-windows:
runs-on: windows-2016
runs-on: windows-2019
steps:
- name: Install Go
uses: actions/setup-go@v2