mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-04 00:02:01 -04:00
Bump XCode (#1526)
* update XCode version in CCI * add OpenSSL to MacOS CCI
This commit is contained in:
parent
d14825a755
commit
ebf4638ab9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user