Skip to content

Commit

Permalink
Bump XCode (#1526)
Browse files Browse the repository at this point in the history
* update XCode version in CCI

* add OpenSSL to MacOS CCI
  • Loading branch information
baentsch committed Aug 12, 2023
1 parent d14825a commit ebf4638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ebf4638

Please sign in to comment.