[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:
parent
65e5010e7f
commit
15d2d27a53
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
@ -15,7 +15,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
windows_package:
|
windows_package:
|
||||||
runs-on: windows-latest
|
runs-on: windows-2019
|
||||||
if: (github.event_name != 'pull_request' || github.event.label.name == 'windows')
|
if: (github.event_name != 'pull_request' || github.event.label.name == 'windows')
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user