Skip to content

Commit

Permalink
ci: install Rosetta for macOS and Node.js 14
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Nov 18, 2023
1 parent 2dc5ad7 commit c837326
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ workflows:
- node/test:
name: test-<< matrix.executor >>-<< matrix.node-version >>
pre-steps:
- when:
condition:
and:
- equal: [ node/macos, << matrix.executor >> ]
- equal: [ '14.16', << matrix.node-version >> ]
steps:
- node/install-rosetta
- when:
condition:
equal: [ node/linux, << matrix.executor >> ]
Expand All @@ -27,12 +34,11 @@ workflows:
- node/macos
- node/windows
node-version:
# Don't bump above 20.2.0 until CircleCI updates
# their Windows image to pick up newer nvm-windows
- 20.2.0
- 18.17.0
- 16.20.1
- 14.16.1
- '20.9'
- '18.17'
- '16.20'
# Stay below 14.17.0 or nvm tries to download arm64 artifacts which don't exist
- '14.16'
- cfa/release:
requires:
- test
Expand Down

0 comments on commit c837326

Please sign in to comment.