From 8bb330402996ca26a0f2aee31320b76b65c76dae Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Tue, 24 Feb 2026 20:43:51 +0100 Subject: [PATCH] doc: update supported Windows SDK version to 11 --- BUILDING.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 9e6ec9908c58eb..7e02b260ca77c3 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -154,11 +154,11 @@ platforms. This is true regardless of entries in the table below. Depending on the host platform, the selection of toolchains may vary. -| Operating System | Compiler Versions | -| ---------------- | ------------------------------------------------------------------------- | -| Linux | GCC >= 12.2 or Clang >= 19.1 | -| Windows | Visual Studio 2022 or 2026 with the Windows 10 or 11 SDK on a 64-bit host | -| macOS | Xcode >= 16.4 (Apple LLVM >= 19) | +| Operating System | Compiler Versions | +| ---------------- | ------------------------------------------------------------------- | +| Linux | GCC >= 12.2 or Clang >= 19.1 | +| Windows | Visual Studio 2022 or 2026 with the Windows 11 SDK on a 64-bit host | +| macOS | Xcode >= 16.4 (Apple LLVM >= 19) | ### Official binary platforms and toolchains