Skip to content

Commit 4afe3bf

Browse files
committed
GitHub hosted Actions runner was upgraded from Windows Server 2022 to 2025, which no longer has Windows SDK 19041 (Windows 10 2004), it only has 21000 (Windows 11 24H2). Since I want to target Windows 10 and don't know how Windows SDK versions work, I'm rolling back to Server 2022.
1 parent 3eab3b3 commit 4afe3bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/msbuild.yml

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

1111
jobs:
1212
build:
13-
runs-on: windows-latest
13+
runs-on: windows-2022
1414

1515
steps:
1616
- name: Add MSBuild to PATH

0 commit comments

Comments
 (0)