Increase MacOS target to 14.2.1#477
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #477 +/- ##
=======================================
Coverage 85.05% 85.05%
=======================================
Files 189 189
Lines 9279 9279
Branches 4225 4225
=======================================
Hits 7892 7892
Misses 529 529
Partials 858 858
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
🎯 Code Coverage 🔗 Commit SHA: c966bed | Docs | Datadog PR Page | Was this helpful? Give us feedback! |
Artifact Size Comparison 📦
|
Benchmarks clang-pgoBenchmark execution time: 2025-11-05 13:56:30 Comparing candidate commit c966bed in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 1 metrics, 0 unstable metrics. |
Due to the impending deprecation of macos-13 runners, the OSX target has to be increased.
Any 13.x target will require significant backporting of
std::memory_resourcesince it's neither available instdnorstd::experimentalin this version of the SDK. Additionally although not entirely confirmed, 13.x targets don't seem to be supported on mac-14 and above runners.As a consequence, the chosen target is 14.2.1, which was released in December 2023, while the current target (12.7) was released on September 2023.