From 596cd51bbfdf95c1b72e7b2056032652582c7993 Mon Sep 17 00:00:00 2001 From: Jeremy Nimmer Date: Mon, 7 Oct 2024 14:45:37 -0700 Subject: [PATCH] Explicitly list Sequoia as TBD --- .github/ISSUE_TEMPLATE/BUG.yml | 1 + doc/_pages/from_source.md | 1 + doc/_pages/installation.md | 2 ++ 3 files changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/BUG.yml b/.github/ISSUE_TEMPLATE/BUG.yml index 1abe543a0b09..25f828b79ff4 100644 --- a/.github/ISSUE_TEMPLATE/BUG.yml +++ b/.github/ISSUE_TEMPLATE/BUG.yml @@ -35,6 +35,7 @@ body: - Ubuntu 22.04 - Ubuntu 24.04 - macOS 14 (Sonoma) + - macOS 15 (Sequoia) - Other - type: dropdown attributes: diff --git a/doc/_pages/from_source.md b/doc/_pages/from_source.md index 8c10418cdd45..a6d4e118e41a 100644 --- a/doc/_pages/from_source.md +++ b/doc/_pages/from_source.md @@ -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. diff --git a/doc/_pages/installation.md b/doc/_pages/installation.md index 0f78894cc40e..dc865b299fe9 100644 --- a/doc/_pages/installation.md +++ b/doc/_pages/installation.md @@ -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. @@ -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