Skip to content

Commit eb1cf1d

Browse files
branchseerclaude
andcommitted
ci: simplify node setup now that macos-13 is native x86_64
No need for architecture override or conditional steps — macos-13 defaults to x64 node. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9dcc14a commit eb1cf1d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,7 @@ jobs:
9191
continue-on-error: true
9292
run: cargo clippy --all-targets --all-features -- -D warnings
9393

94-
# Set up node and pnpm for running tests
95-
# For x86_64-apple-darwin, use x64 node for fspy tests that verify Node.js fs accesses
9694
- uses: oxc-project/setup-node@fdbf0dfd334c4e6d56ceeb77d91c76339c2a0885 # v1.0.4
97-
with:
98-
architecture: x64
99-
if: ${{ matrix.target == 'x86_64-apple-darwin' }}
100-
101-
- uses: oxc-project/setup-node@fdbf0dfd334c4e6d56ceeb77d91c76339c2a0885 # v1.0.4
102-
if: ${{ matrix.target != 'x86_64-apple-darwin' }}
10395

10496
# `pnpm install` prepares test bins used in snapshot tests
10597
# Must run after setup-node so correct native binaries are installed

0 commit comments

Comments
 (0)