diff --git a/BUILDING.md b/BUILDING.md index a7b91fc40ee5b5..9e6ec9908c58eb 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 with the Windows 10 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 10 or 11 SDK on a 64-bit host | +| macOS | Xcode >= 16.4 (Apple LLVM >= 19) | ### Official binary platforms and toolchains