Skip to content

Commit

Permalink
build: add install-rosetta step
Browse files Browse the repository at this point in the history
  • Loading branch information
georgexu99 committed Nov 22, 2023
1 parent 83bd68d commit e9eee9a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,23 @@ workflows:
# Run the test jobs first, then the release only when all the test jobs are successful
jobs:
- node/test:
pre-steps:
- when:
condition:
- equal: [ '14.16', << matrix.node-version >> ]
steps:
- node/install-rosetta
executor: node/macos
name: test-mac-<< matrix.node-version >>
matrix:
alias: test-mac
parameters:
node-version:
- '20.5'
- '20.9'
- '18.17'
- '16.20'
- '14.21'
# Stay below 14.17.0 or nvm tries to download arm64 artifacts which don't exist
- '14.16'
- cfa/release:
requires:
- test-mac
Expand Down

0 comments on commit e9eee9a

Please sign in to comment.