[CI] Specify github windows server version

To ensure builds don't break avoid using windows-latest

Refs: https://github.com/actions/virtual-environments/issues/4856
This commit is contained in:
Calum Lind 2022-01-21 10:16:15 +00:00
parent 65e5010e7f
commit 15d2d27a53
No known key found for this signature in database
GPG Key ID: 90597A687B836BA3

View File

@ -15,7 +15,7 @@ on:
jobs:
windows_package:
runs-on: windows-latest
runs-on: windows-2019
if: (github.event_name != 'pull_request' || github.event.label.name == 'windows')
strategy:
matrix: