From 0d9adbcadcedf64f754048a9a8a64a25d1b375aa Mon Sep 17 00:00:00 2001 From: Shelley Vohr Date: Fri, 24 Nov 2023 10:01:36 +0100 Subject: [PATCH] chore: exclude macOS from matrix with Node.js 14 --- .circleci/config.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9e2046e..0765575 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,10 +20,13 @@ workflows: - node/macos - node/windows node-version: - - 20.2.0 - - 18.17.0 - - 16.20.1 - - 14.21.3 + - '20.2.0' + - '18.17.0' + - '16.20.1' + - '14.21.3' + exclude: + - executor: node/macos + node-version: '14.21.3' - cfa/release: requires: - test