Skip to content

Commit 711eb8c

Browse files
committed
ci: Explicitly request windows-2019
'windows-latest' has been bumped by GitHub to windows-2022 causing breakage. First priority is to get CI green again and fix build with 6.9 For issue #85
1 parent 5bd6728 commit 711eb8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
os:
2222
- ubuntu-latest
23-
- windows-latest
23+
- windows-2019
2424
- macos-latest
2525
build_type:
2626
- Debug

0 commit comments

Comments
 (0)