Skip to content

Commit 18a8972

Browse files
authored
ci: Bump minimal Xcode version to 14.3.1 (#675)
This is to enable access to important C++20 features: - `std::bit_cast`, - ranges.
1 parent 31d0877 commit 18a8972

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

circle.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ executors:
7070
macos-xcode-min:
7171
resource_class: macos.x86.medium.gen2
7272
macos:
73-
xcode: 13.4.1
73+
xcode: 14.3.1
7474
environment:
7575
CMAKE_BUILD_PARALLEL_LEVEL: 4
7676

@@ -262,7 +262,7 @@ commands:
262262
curl -Os https://uploader.codecov.io/$CODECOV_VERSION/linux/codecov
263263
curl -Os https://uploader.codecov.io/$CODECOV_VERSION/linux/codecov.SHA256SUM
264264
curl -Os https://uploader.codecov.io/$CODECOV_VERSION/linux/codecov.SHA256SUM.sig
265-
265+
266266
gpgv codecov.SHA256SUM.sig codecov.SHA256SUM
267267
shasum -c codecov.SHA256SUM
268268
@@ -675,7 +675,8 @@ workflows:
675675
- clang-latest-sanitizers
676676
- clang-latest-coverage
677677
- macos-asan
678-
- xcode-min
678+
# TODO: Re-enable on next Xcode upgrade
679+
# - xcode-min
679680
- gcc-32bit
680681
- x86-64-v1
681682
- fuzzing

0 commit comments

Comments
 (0)