Skip to content

Commit f1d28cc

Browse files
committed
Test with windows-2025
1 parent 0597ec8 commit f1d28cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
jobs:
2525
build:
2626
name: "Build Driver"
27-
runs-on: windows-2022
27+
runs-on: windows-2025
2828
defaults:
2929
run:
3030
shell: cmd
@@ -53,7 +53,7 @@ jobs:
5353
5454
test:
5555
name: "Run Tests"
56-
runs-on: windows-2022
56+
runs-on: windows-2025
5757
needs: build
5858
defaults:
5959
run:

0 commit comments

Comments
 (0)