Skip to content

Commit 6035f81

Browse files
authored
Update build.yml to try Windows 2022
1 parent 5be54b5 commit 6035f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44
jobs:
55
windows:
66
name: Build for Windows
7-
runs-on: windows-2025
7+
runs-on: windows-2022
88
steps:
99
- name: Checkout
1010
uses: actions/checkout@v2

0 commit comments

Comments
 (0)