Skip to content
Draft
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ jobs:
os:
- windows-latest
- ubuntu-latest
- macos-latest

Comment on lines 234 to 238
Copy link

Copilot AI Feb 17, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR description mentions a dedicated macOS benchmark CI job (e.g. “test-benchmark-macos”), but this workflow change only adds macos-latest to the existing workspace test matrices. Please either update the PR description to reflect what’s actually in CI, or add the missing macOS benchmark job if that was intended.

Copilot uses AI. Check for mistakes.
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -267,6 +268,7 @@ jobs:
os:
- windows-latest
- ubuntu-latest
- macos-latest

steps:
- uses: actions/checkout@v4
Expand Down
Loading
Loading