Skip to content

Commit 28d7fb8

Browse files
committed
Change windows_2019(deprecated) to windows_2022 in buid.xml
1 parent 717a510 commit 28d7fb8

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
@@ -30,7 +30,7 @@ jobs:
3030
run: ./configure && make && make test -k
3131

3232
test-x86-win32:
33-
runs-on: windows-2019
33+
runs-on: windows-2022
3434
timeout-minutes: 6
3535
steps:
3636
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)