Skip to content

Commit 93ea888

Browse files
committed
CI: Stop using the deprecated large class for macOS jobs
1 parent 72671d6 commit 93ea888

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.circleci/config.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -448,14 +448,6 @@ defaults:
448448
MAKEFLAGS: -j5
449449
CPUs: 5
450450

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-
459451
- base_python_small: &base_python_small
460452
docker:
461453
- image: cimg/python:3.6
@@ -1099,9 +1091,9 @@ jobs:
10991091
- matrix_notify_failure_unless_pr
11001092

11011093
b_osx:
1102-
<<: *base_osx_large
1094+
<<: *base_osx
11031095
environment:
1104-
<<: *base_osx_large_env
1096+
<<: *base_osx_env
11051097
CMAKE_BUILD_TYPE: Release
11061098
steps:
11071099
- checkout

0 commit comments

Comments
 (0)