ci: use active Intel macOS runner#22
Conversation
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Coverage variation | ✅ +0.00% coverage variation (-1.00%) |
| Diff coverage | ✅ ∅ diff coverage |
Coverage variation details
Coverable lines Covered lines Coverage Common ancestor commit (7145a42) 1672 1532 91.63% Head commit (1d93557) 1672 (+0) 1532 (+0) 91.63% (+0.00%) Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch:
<coverage of head commit> - <coverage of common ancestor commit>
Diff coverage details
Coverable lines Covered lines Diff coverage Pull request (#22) 0 0 ∅ (not applicable) Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified:
<covered lines added or modified>/<coverable lines added or modified> * 100%
AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.
TIP This summary will be updated as you push new changes.
There was a problem hiding this comment.
Pull Request Overview
Codacy analysis indicates that the pull request is up to standards. The updates to the runner configurations for x86_64 macOS architectures in both the CI and release workflows align with the defined acceptance criteria. No blocking security flaws or logic bugs were identified in the implementation.
Test suggestions
- Verify that the CI smoke test matrix correctly targets macos-15-intel for x86_64
- Verify that the release workflow correctly targets macos-15-intel for the x86_64 platform
TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback
Summary
Replace the retired
macos-13Intel runner withmacos-15-intelin CI andrelease workflows.
macos-14remains the Apple Silicon runner. This restores scheduled nativesmoke tests and release builds for both macOS architectures.
Validation
./mvnw verifysuccessfully on JDK 22:git diff --check.Checklist
./mvnw verify.