From ebf4638ab9cf6975c0529770695774b6054a4bc2 Mon Sep 17 00:00:00 2001 From: Michael Baentsch <57787676+baentsch@users.noreply.github.com> Date: Sat, 12 Aug 2023 17:58:25 +0200 Subject: [PATCH] Bump XCode (#1526) * update XCode version in CCI * add OpenSSL to MacOS CCI --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 193f8e764..16ec90024 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -196,12 +196,12 @@ jobs: type: string default: "" macos: - xcode: "13.2.1" + xcode: "14.3.1" steps: - checkout # change this from "checkout" to "*localCheckout" when running CircleCI locally - run: name: Install dependencies - command: env HOMEBREW_NO_AUTO_UPDATE=1 brew install cmake ninja gcc@11 && pip3 install pytest pytest-xdist pyyaml + command: env HOMEBREW_NO_AUTO_UPDATE=1 brew install openssl cmake ninja gcc@11 && pip3 install pytest pytest-xdist pyyaml - run: name: Get system information command: sysctl -a | grep machdep.cpu