Bump XCode (#1526)

* update XCode version in CCI

* add OpenSSL to MacOS CCI
This commit is contained in:
Michael Baentsch 2023-08-12 17:58:25 +02:00 committed by GitHub
parent d14825a755
commit ebf4638ab9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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