ci: update test workflow matrix to remove macos#95
Conversation
|
Note Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported. |
There was a problem hiding this comment.
Pull request overview
This PR reduces CI resource usage by removing macos-latest from the test matrix OS list and bumps the Node.js version from 20.x to 22.x in the test job's matrix strategy.
Changes:
- Removed
macos-latestfrom theosmatrix to reduce CI runtime/cost. - Updated the Node.js version in the test matrix from
20.xto22.x.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4b62f4cd5b
ℹ️ 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".
Remove macos from test matrix to reduce CI resource usage