[BUILD] Use windows-latest for build (#1254)
This commit is contained in:
parent
ed5443515c
commit
9871f62b91
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -113,7 +113,7 @@ jobs:
|
||||||
name: build-windows
|
name: build-windows
|
||||||
needs:
|
needs:
|
||||||
- version
|
- version
|
||||||
runs-on: windows-2019
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue