Skip to content

Commit

Permalink
ci: always install Rosetta on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Mar 13, 2024
1 parent 0251aee commit d72bf92
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,14 @@ workflows:
jobs:
- test:
name: test-<< matrix.executor >>-<< matrix.node-version >>

pre-steps:
# rc-edit.exe does not support arm64
- when:
condition:
and:
- equal: [ node/macos, << matrix.executor >> ]
steps:
- node/install-rosetta
matrix:
alias: test
parameters:
Expand Down

0 comments on commit d72bf92

Please sign in to comment.