From 3a95c0c2137ecca044b822fc93d2314fe4230e9d Mon Sep 17 00:00:00 2001 From: Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com> Date: Tue, 25 Jan 2022 13:13:53 -0800 Subject: [PATCH] CircleCI no longer supports Xcode 11.1.0 --- .circleci/config.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6befc9a..3cfa54f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -29,10 +29,9 @@ aliases: jobs: build_for_macos: macos: - # CircleCI's Xcode 11.1.0 image is the last of their images to be based on macOS 10.14 - # I've had trouble building for earlier versions of macOS on Catalina but it's unclear whether that was due to - # Catalina or the version of Xcode. We should investigate this further. - xcode: 11.1.0 + # CircleCI's Xcode 12.4.0 image is the last of their images to be based on macOS 10.15 + # CircleCI no longer supports Xcode 11+ on macOS 10.14 + xcode: 12.4.0 steps: - checkout - npm_install: @@ -90,9 +89,6 @@ jobs: git -C ~/app-builder checkout b85740334fec875f5dd8dcd22eb1f729599109db make --directory=~/app-builder build ln -sfv ~/app-builder/dist/app-builder_darwin_amd64/app-builder ./node_modules/app-builder-bin/mac/ - - run: - name: Upgrade to Node 14 - command: brew install node@14 - save_cache: name: Save Homebrew cache paths: