Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bump minimal Xcode version to 14.3 #675

Merged
merged 1 commit into from
Jul 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ executors:
macos-xcode-min:
resource_class: macos.x86.medium.gen2
macos:
xcode: 13.4.1
xcode: 14.3.1
environment:
CMAKE_BUILD_PARALLEL_LEVEL: 4

Expand Down Expand Up @@ -262,7 +262,7 @@ commands:
curl -Os https://uploader.codecov.io/$CODECOV_VERSION/linux/codecov
curl -Os https://uploader.codecov.io/$CODECOV_VERSION/linux/codecov.SHA256SUM
curl -Os https://uploader.codecov.io/$CODECOV_VERSION/linux/codecov.SHA256SUM.sig
gpgv codecov.SHA256SUM.sig codecov.SHA256SUM
shasum -c codecov.SHA256SUM
Expand Down Expand Up @@ -675,7 +675,8 @@ workflows:
- clang-latest-sanitizers
- clang-latest-coverage
- macos-asan
- xcode-min
# TODO: Re-enable on next Xcode upgrade
# - xcode-min
- gcc-32bit
- x86-64-v1
- fuzzing