Skip to content

Commit b512882

Browse files
committed
Update docs
1 parent 6bd39b1 commit b512882

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ This component adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.h
3232
`OTEL_TRACES_EXPORTER`
3333
`OTEL_METRICS_EXPORTER`
3434
`OTEL_LOGS_EXPORTER`.
35+
- Support for macOS Monterey 12 x64.
36+
macOs libraries are built and tested against [macOS Sequoia 15 x64](https://github.com/actions/runner-images/blob/main/images/macos/macos-15-Readme.md).
3537

3638
### Fixed
3739

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ CI tests run against the following operating systems:
107107
- [CentOS 7 x64](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/main/docker/centos-build.dockerfile)
108108
(.NET 8 is not supported)
109109
- [CentOS Stream 9 x64](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/main/docker/centos-stream9.dockerfile)
110-
- [macOS Monterey 12 x64](https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md)
110+
- [macOS Sequoia 15 x64](https://github.com/actions/runner-images/blob/main/images/macos/macos-15-Readme.md)
111111
- [Microsoft Windows Server 2022 x64](https://github.com/actions/runner-images/blob/main/images/windows/Windows2022-Readme.md)
112112
- [Ubuntu 20.04 LTS x64](https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2004-Readme.md)
113113
- Ubuntu 22.04 LTS ARM64

docs/developing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ it assumes that the code is run from the root of the repository and the CI
8989
artifacts we added to `~/Downloads/`:
9090

9191
```PowerShell
92-
$artifacts = @("bin-alpine", "bin-centos", "bin-macos-12", "bin-windows-2022")
92+
$artifacts = @("bin-alpine", "bin-centos", "bin-macos-15", "bin-windows-2022")
9393
$destFolder = "./bin/ci-artifacts/"
9494
$zipFilesFolder = "~/Downloads/"
9595

0 commit comments

Comments
 (0)