We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
large
1 parent 72671d6 commit 93ea888Copy full SHA for 93ea888
.circleci/config.yml
@@ -448,14 +448,6 @@ defaults:
448
MAKEFLAGS: -j5
449
CPUs: 5
450
451
- - base_osx_large: &base_osx_large
452
- <<: *base_osx
453
- resource_class: large
454
- environment: &base_osx_large_env
455
- <<: *base_osx_env
456
- MAKEFLAGS: -j10
457
- CPUs: 10
458
-
459
- base_python_small: &base_python_small
460
docker:
461
- image: cimg/python:3.6
@@ -1099,9 +1091,9 @@ jobs:
1099
1091
- matrix_notify_failure_unless_pr
1100
1092
1101
1093
b_osx:
1102
- <<: *base_osx_large
1094
+ <<: *base_osx
1103
1095
environment:
1104
- <<: *base_osx_large_env
1096
+ <<: *base_osx_env
1105
1097
CMAKE_BUILD_TYPE: Release
1106
1098
steps:
1107
- checkout
0 commit comments