Skip to content

Commit

Permalink
ci: Bump minimal Xcode version to 14.3.1 (#675)
Browse files Browse the repository at this point in the history
This is to enable access to important C++20 features:
- `std::bit_cast`,
- ranges.
  • Loading branch information
rodiazet authored Jul 20, 2023
1 parent 31d0877 commit 18a8972
Showing 1 changed file with 4 additions and 3 deletions.
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

0 comments on commit 18a8972

Please sign in to comment.