Skip to content

Commit

Permalink
Explicitly list Sequoia as TBD
Browse files Browse the repository at this point in the history
  • Loading branch information
jwnimmer-tri committed Oct 7, 2024
1 parent ee22a03 commit 596cd51
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/BUG.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ body:
- Ubuntu 22.04
- Ubuntu 24.04
- macOS 14 (Sonoma)
- macOS 15 (Sequoia)
- Other
- type: dropdown
attributes:
Expand Down
1 change: 1 addition & 0 deletions doc/_pages/from_source.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ officially supports:
| Ubuntu 22.04 LTS (Jammy Jellyfish) | x86_64 | 3.10 | 7.3 | 3.22 | GCC 11 (default) or Clang 15 | OpenJDK 11 |
| Ubuntu 24.04 LTS (Noble Numbat) | x86_64 | 3.12 | 7.3 | 3.28 | GCC 13 (default) or Clang 15 | OpenJDK 21 |
| macOS Sonoma (14) | arm64 | 3.12 | 7.3 | 3.28 | Apple LLVM 15 (Xcode 15) | AdoptOpenJDK 16 (HotSpot JVM) |
| macOS Sequoia (15) | arm64 | TBD | TBD | TBD | TBD | TBD |

"Official support" means that we have Continuous Integration test coverage to
notice regressions, so if it doesn't work for you then please file a bug report.
Expand Down
2 changes: 2 additions & 0 deletions doc/_pages/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ officially supports:
| Ubuntu 22.04 LTS (Jammy Jellyfish) | x86_64 | 3.10 ⁽³⁾ | March 2026 |
| Ubuntu 24.04 LTS (Noble Numbat) | x86_64 | 3.12 ⁽³⁾ | March 2028 |
| macOS Sonoma (14) | arm64 ⁽⁵⁾ | 3.12 ⁽³⁾ | October 2025 |
| macOS Sequoia (15) | TBD | TBD | October 2026 |

"Official support" means that we have Continuous Integration test coverage to
notice regressions, so if it doesn't work for you then please file a bug report.
Expand Down Expand Up @@ -65,6 +66,7 @@ compiler as our releases:
| Ubuntu 22.04 LTS (Jammy Jellyfish) | GCC 11 | C++20 |
| Ubuntu 24.04 LTS (Noble Numbat) | GCC 13 | C++20 |
| macOS Sonoma (14) | Apple LLVM 14 (Xcode 15) | C++20 |
| macOS Sequoia (15) | TBD | TBD |

## Available Versions

Expand Down

0 comments on commit 596cd51

Please sign in to comment.