Commit 18a8972 1 parent 31d0877 commit 18a8972 Copy full SHA for 18a8972
File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ executors:
70
70
macos-xcode-min :
71
71
resource_class : macos.x86.medium.gen2
72
72
macos :
73
- xcode : 13.4 .1
73
+ xcode : 14.3 .1
74
74
environment :
75
75
CMAKE_BUILD_PARALLEL_LEVEL : 4
76
76
@@ -262,7 +262,7 @@ commands:
262
262
curl -Os https://uploader.codecov.io/$CODECOV_VERSION/linux/codecov
263
263
curl -Os https://uploader.codecov.io/$CODECOV_VERSION/linux/codecov.SHA256SUM
264
264
curl -Os https://uploader.codecov.io/$CODECOV_VERSION/linux/codecov.SHA256SUM.sig
265
-
265
+
266
266
gpgv codecov.SHA256SUM.sig codecov.SHA256SUM
267
267
shasum -c codecov.SHA256SUM
268
268
@@ -675,7 +675,8 @@ workflows:
675
675
- clang-latest-sanitizers
676
676
- clang-latest-coverage
677
677
- macos-asan
678
- - xcode-min
678
+ # TODO: Re-enable on next Xcode upgrade
679
+ # - xcode-min
679
680
- gcc-32bit
680
681
- x86-64-v1
681
682
- fuzzing
You can’t perform that action at this time.
0 commit comments