From 2fff136a451d06f1e101d4a8d9b980b4b1571f0d Mon Sep 17 00:00:00 2001 From: Arlo Date: Tue, 12 May 2026 23:35:28 -0500 Subject: [PATCH 1/2] Bumped tooling pointer to latest PR draft --- tooling | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling b/tooling index 394263e1..839fa23e 160000 --- a/tooling +++ b/tooling @@ -1 +1 @@ -Subproject commit 394263e1054cac12c5feb49ae2458f5e13681a68 +Subproject commit 839fa23e4820bb14a3d1858fd529b63a6ad5afdb From 94d5d38faa4e0695ae43d7a15cda28cd1bbb06f1 Mon Sep 17 00:00:00 2001 From: Arlo Date: Tue, 12 May 2026 23:39:17 -0500 Subject: [PATCH 2/2] Bumped runner to windows-2025 and added build step for Windows SDK installation --- .github/workflows/build.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ac1135b0..1cb5f741 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ env: jobs: # This workflow contains a single job called "Xaml-Style-Check" Xaml-Style-Check: - runs-on: windows-2022 + runs-on: windows-2025 # Steps represent a sequence of tasks that will be executed as part of the job steps: @@ -125,6 +125,10 @@ jobs: --skip vswin --verbose + - name: Install Windows SDKs + shell: pwsh + run: ./tooling/Install-WindowsSdk.ps1 + - name: Add msbuild to PATH uses: microsoft/setup-msbuild@v2 with: