Commit 1b2d6b5 1 parent 9b3ee17 commit 1b2d6b5 Copy full SHA for 1b2d6b5
File tree 1 file changed +3
-22
lines changed
1 file changed +3
-22
lines changed Original file line number Diff line number Diff line change @@ -56,19 +56,13 @@ executors:
56
56
environment :
57
57
CMAKE_BUILD_PARALLEL_LEVEL : 2
58
58
macos :
59
- resource_class : macos.x86.medium.gen2
60
- macos :
61
- xcode : 15.3.0
62
- environment :
63
- CMAKE_BUILD_PARALLEL_LEVEL : 4
64
- macos-m1 :
65
59
resource_class : macos.m1.large.gen1
66
60
macos :
67
- xcode : 15.3 .0
61
+ xcode : 15.4 .0
68
62
environment :
69
63
CMAKE_BUILD_PARALLEL_LEVEL : 8
70
64
macos-xcode-min :
71
- resource_class : macos.x86 .medium.gen2
65
+ resource_class : macos.m1 .medium.gen1
72
66
macos :
73
67
xcode : 15.0.0
74
68
environment :
@@ -367,18 +361,6 @@ jobs:
367
361
- test
368
362
- package
369
363
370
- release-macos-m1 :
371
- executor : macos-m1
372
- environment :
373
- BUILD_TYPE : Release
374
- steps :
375
- - run :
376
- name : " Install System Dependencies"
377
- command : HOMEBREW_NO_AUTO_UPDATE=1 brew install cmake
378
- - build
379
- - test
380
- - package
381
-
382
364
deploy :
383
365
docker :
384
366
- image : circleci/golang
@@ -594,7 +576,7 @@ jobs:
594
576
- ~/corpus
595
577
596
578
macos-asan :
597
- executor : macos-m1
579
+ executor : macos
598
580
environment :
599
581
BUILD_TYPE : RelWithDebInfo
600
582
CMAKE_OPTIONS : -DSANITIZE=address,undefined
@@ -669,7 +651,6 @@ workflows:
669
651
filters :
670
652
tags :
671
653
only : /.*/
672
- - release-macos-m1
673
654
- deploy :
674
655
requires :
675
656
- release-linux
You can’t perform that action at this time.
0 commit comments