Skip to content

Commit d644ce9

Browse files
authored
Remove windows-2019 from build matrix. (#375)
The windows-2019 images have been deprecated and no longer work.
1 parent 4f9ab10 commit d644ce9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
os: [windows-2019, windows-2022]
28+
os: [windows-2022]
2929
arch: [x86, x64, x64_arm64]
3030
conf: [Release, Debug]
3131

0 commit comments

Comments
 (0)