Skip to content

Commit fb262d7

Browse files
authored
Update build-windows.yml: upgrade from deprecated windows-2019
1 parent 482d21f commit fb262d7

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/build-windows.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,12 @@ jobs:
1919
matrix:
2020
# Github Actions requires a single row to be added to the build matrix.
2121
# See https://help.github.com/en/articles/workflow-syntax-for-github-actions.
22-
name: [
23-
windows-2019,
24-
]
22+
name: [windows-latest]
2523

26-
build_type: [
27-
Release
28-
]
24+
build_type: [Release]
2925
include:
30-
- name: windows-2019
31-
os: windows-2019
26+
- name: windows-latest
27+
os: windows-latest
3228
compiler: cl
3329
platform: 64
3430

0 commit comments

Comments
 (0)