Skip to content

Commit e07b7c9

Browse files
committed
Try the new Windows 2025 runner
1 parent a62b091 commit e07b7c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: windows-latest
11+
runs-on: windows-2025
1212
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
1313

1414
strategy:
@@ -62,7 +62,7 @@ jobs:
6262
path: uwp\AppPackages\*\*.msix
6363

6464
test:
65-
runs-on: windows-latest
65+
runs-on: windows-2025
6666
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
6767
needs: build
6868

0 commit comments

Comments
 (0)