diff --git a/.circleci/config.yml b/.circleci/config.yml index 7d4abf2..861d0ae 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,11 +13,6 @@ workflows: name: test-mac-<< matrix.node-version >> pre-steps: - run: git config --global core.autocrlf input - - when: - condition: - - equal: [ '14.16', << matrix.node-version >> ] - steps: - - node/install-rosetta test-steps: - run: ./test/ci/generate-identity.sh - run: yarn build && yarn test @@ -29,8 +24,6 @@ workflows: - '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-mac