Skip to content

Commit 8e81972

Browse files
authored
[doc] Update supported Xcode to 26.0 (#23494)
1 parent da1b9b3 commit 8e81972

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/_pages/from_source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ officially supports when building from source:
3737
|------------------------------------|--------------|------------|-------|-------|------------------------------|------------|
3838
| Ubuntu 22.04 LTS (Jammy Jellyfish) | x86_64 | 3.10 | 8.4 | 3.22 | GCC 11 (default) or Clang 15 | OpenJDK 11 |
3939
| Ubuntu 24.04 LTS (Noble Numbat) | x86_64 | 3.12 | 8.4 | 3.28 | GCC 13 (default) or Clang 19 | OpenJDK 21 |
40-
| macOS Sequoia (15) | arm64 | 3.13 | 8.4 | 4.1 | Apple LLVM 17 (Xcode 16.4) | OpenJDK 23 |
40+
| macOS Sequoia (15) | arm64 | 3.13 | 8.4 | 4.1 | Apple LLVM 17 (Xcode 26.0) | OpenJDK 23 |
4141
| macOS Tahoe (26) ⁽⁴⁾ | arm64 | TBD | TBD | TBD | TBD | TBD |
4242

4343
"Official support" means that we have Continuous Integration test coverage to

doc/_pages/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ officially supports:
2424
| Ubuntu 22.04 LTS (Jammy Jellyfish) | x86_64 | 3.10 ⁽³⁾ | March 2026 |
2525
| Ubuntu 24.04 LTS (Noble Numbat) | x86_64 | 3.12 ⁽³⁾ | March 2028 |
2626
| macOS Sequoia (15) | arm64 | 3.13 ⁽³⁾ | October 2026 |
27-
| macOS Tahoe (26) | arm64 | TBD | October 2027 |
27+
| macOS Tahoe (26) ⁽⁵⁾ | arm64 | TBD | October 2027 |
2828

2929
"Official support" means that we have Continuous Integration test coverage to
3030
notice regressions, so if it doesn't work for you then please file a bug report.
@@ -64,7 +64,7 @@ Drake's pre-compiled binaries:
6464
|------------------------------------|----------------------------|-------|
6565
| Ubuntu 22.04 LTS (Jammy Jellyfish) | GCC 11 | C++20 |
6666
| Ubuntu 24.04 LTS (Noble Numbat) | GCC 13 | C++23 |
67-
| macOS Sequoia (15) | Apple LLVM 17 (Xcode 16.4) | C++23 |
67+
| macOS Sequoia (15) | Apple LLVM 17 (Xcode 26.0) | C++23 |
6868
| macOS Tahoe (26) | TBD | TBD |
6969

7070
Any other configuration not listed here will lead to undefined behavior

0 commit comments

Comments
 (0)