Skip to content

Commit 9dd3bcf

Browse files
committed
Bump minimal macos build xcode version to support std::bit_cast
1 parent 31d0877 commit 9dd3bcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

circle.yml

+2-2
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.0
7474
environment:
7575
CMAKE_BUILD_PARALLEL_LEVEL: 4
7676

@@ -675,7 +675,7 @@ workflows:
675675
- clang-latest-sanitizers
676676
- clang-latest-coverage
677677
- macos-asan
678-
- xcode-min
678+
# - xcode-min TODO: Re-enable on next Xcode upgrade
679679
- gcc-32bit
680680
- x86-64-v1
681681
- fuzzing

0 commit comments

Comments
 (0)