Commit 9e596c8
ci: pin CMake on macOS weak-node-api tests (#375)
The weak-node-api-tests job invokes cmake directly on macos-latest with
no version pin, so it picks up the runner's default CMake 4.2.x instead
of the project's pinned 4.1.2 — the same drift that broke the unit-tests
job (#374). This job runs on pushes to main, so leaving it unpinned would
turn main red. Install the pinned version via jwlawson/actions-setup-cmake,
gated to macOS runners, matching the unit-tests and test-macos jobs.
Claude-Session: https://claude.ai/code/session_01UCN2h9xbyn4yhxfVZyMzAm
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent b035b5d commit 9e596c8
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
128 | 134 | | |
129 | 135 | | |
130 | 136 | | |
| |||
0 commit comments