Skip to content

Commit bd8c420

Browse files
committed
Update Windows GHA config to use Windows 2022
1 parent bc93224 commit bd8c420

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ${{ matrix.os }}
2929
strategy:
3030
matrix:
31-
os: [windows-latest]
31+
os: [windows-2022]
3232

3333
steps:
3434
- uses: actions/checkout@v4
@@ -39,7 +39,7 @@ jobs:
3939
cd Build
4040
cmake -G "Visual Studio 17 2022" -A x64 ..
4141
- name: Add msbuild to PATH
42-
uses: microsoft/setup-msbuild@v2
42+
uses: microsoft/setup-msbuild@v3
4343
- name: build
4444
run: |
4545
msbuild Build/ALL_BUILD.vcxproj -p:Configuration=Release -p:Platform=x64 -m

0 commit comments

Comments
 (0)