Skip to content

Commit 6b8e671

Browse files
committed
actions: bump runner
and windows sdk version. let's see if the runner has it pre-installed?
1 parent 4f39f74 commit 6b8e671

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
build-win:
7171
name: SMSM Windows Build
72-
runs-on: windows-2019
72+
runs-on: windows-latest
7373
steps:
7474
- name: Checkout
7575
uses: actions/checkout@v4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ You'll need:
3939
- [Visual Studio Build Tools](https://visualstudio.microsoft.com/visual-cpp-build-tools/)
4040
- Windows Universal C Runtime
4141
- C++ Build Tools core features
42-
- Windows 10 SDK (10.0.18362.0)
42+
- Windows 10 SDK (10.0.19041.0)
4343
- MSVC v142 - VS 2019 C++ x64/x86 build tools
4444

4545
```batch

smsm/src/chaos.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<VCProjectVersion>15.0</VCProjectVersion>
2323
<ProjectGuid>{BA13479B-E6FE-4327-B16F-196BF3BE80FF}</ProjectGuid>
2424
<RootNamespace>chaos</RootNamespace>
25-
<WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion>
25+
<WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
2626
<ProjectName>SMSM</ProjectName>
2727
</PropertyGroup>
2828
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />

0 commit comments

Comments
 (0)