Skip to content

Commit 0e2406e

Browse files
authored
docs: update supported development platforms (#4260)
1 parent bd95763 commit 0e2406e

2 files changed

Lines changed: 13 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ Increment the:
1515

1616
## [Unreleased]
1717

18+
* docs: update supported development platforms
19+
[#4260](https://github.com/open-telemetry/opentelemetry-cpp/pull/4260)
20+
1821
* [RELEASE] Bump main branch to 1.29.0-dev
1922
[#4259](https://github.com/open-telemetry/opentelemetry-cpp/pull/4259)
2023

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ C++ standards:
2828
* ISO/IEC 14882:2014 (C++14)
2929
* ISO/IEC 14882:2017 (C++17)
3030
* ISO/IEC 14882:2020 (C++20)
31+
* ISO/IEC 14882:2024 (C++23)
3132

3233
Any exceptions to this are noted in the individual `README.md` files.
3334

@@ -37,16 +38,16 @@ of the current project.
3738

3839
## Supported Development Platforms
3940

40-
Our CI pipeline builds and tests on following `x86-64` platforms:
41+
Our CI pipeline builds and tests on the following platforms:
4142

42-
| Platform | Build type |
43-
|---------------------------------------------------------------------|---------------|
44-
| ubuntu-22.04 (GCC 10, GCC 12, Clang 14) | CMake, Bazel |
45-
| ubuntu-20.04 (GCC 9.4.0 - default compiler) | CMake, Bazel |
46-
| ubuntu-20.04 (GCC 9.4.0 with -std=c++14/17/20 flags) | CMake, Bazel |
47-
| macOS 12.7 (Xcode 14.2) | Bazel |
48-
| Windows Server 2019 (Visual Studio Enterprise 2019) | CMake, Bazel |
49-
| Windows Server 2022 (Visual Studio Enterprise 2022) | CMake |
43+
| Platform | Architecture | Build type |
44+
|---------------------|--------------|--------------|
45+
| Ubuntu 22.04 | x86-64 | CMake |
46+
| Ubuntu 24.04 | x86-64 | CMake, Bazel |
47+
| macOS 14 | arm64 | CMake |
48+
| macOS 15 | arm64 | Bazel |
49+
| Windows Server 2022 | x86-64 | CMake, Bazel |
50+
| Windows Server 2025 | x86-64 | CMake |
5051

5152
In general, the code shipped from this repository should build on all platforms
5253
having C++ compiler with [supported C++ standards](#supported-c-versions).

0 commit comments

Comments
 (0)