Skip to content

Commit 682fbd6

Browse files
authored
build: update target Windows SDK to latest version (#732)
1 parent e398e2b commit 682fbd6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/windows-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
jobs:
1515
build:
16-
runs-on: windows-2022
16+
runs-on: windows-latest
1717
steps:
1818
- uses: actions/setup-java@v5
1919
with:

.github/workflows/windows-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
test:
12-
runs-on: windows-2022
12+
runs-on: windows-latest
1313

1414
steps:
1515
- uses: actions/checkout@v5

win/cobj/cobj.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ProjectGuid>{d69ade50-ab78-4311-95a7-a9676e9bac36}</ProjectGuid>
1111
<Keyword>Win32Proj</Keyword>
1212
<RootNamespace>cobj</RootNamespace>
13-
<WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0.22621.0</WindowsTargetPlatformVersion>
13+
<WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0</WindowsTargetPlatformVersion>
1414
<WindowsTargetPlatformMinVersion>10.0.17134.0</WindowsTargetPlatformMinVersion>
1515
</PropertyGroup>
1616
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />

0 commit comments

Comments
 (0)