Skip to content

Commit 4911c3b

Browse files
committed
Test Windows 2025 runner
1 parent 521b7f2 commit 4911c3b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
build:
88

9-
runs-on: windows-latest
9+
runs-on: windows-2025
1010

1111
strategy:
1212
matrix:
@@ -15,11 +15,11 @@ jobs:
1515
fail-fast: false
1616

1717
steps:
18-
- name: Checkout
19-
uses: actions/checkout@v5
20-
- name: Add msbuild to PATH
21-
uses: microsoft/setup-msbuild@v2
22-
with:
23-
msbuild-architecture: x64
24-
- name: Build
25-
run: msbuild -restore -p:RestorePackagesConfig=true -p:Configuration=${{ matrix.configuration }} -p:Platform=${{ matrix.architecture }} -clp:ForceConsoleColor -warnaserror ${{ github.workspace }}\IExplorerCommand_Examples.sln
18+
- name: Checkout
19+
uses: actions/checkout@v5
20+
- name: Add msbuild to PATH
21+
uses: microsoft/setup-msbuild@v2
22+
with:
23+
msbuild-architecture: x64
24+
- name: Build
25+
run: msbuild -restore -p:RestorePackagesConfig=true -p:Configuration=${{ matrix.configuration }} -p:Platform=${{ matrix.architecture }} -clp:ForceConsoleColor -warnaserror ${{ github.workspace }}\IExplorerCommand_Examples.sln

0 commit comments

Comments
 (0)