Skip to content

Commit 5f477ea

Browse files
dschuffimpact-maker
authored andcommitted
Update mac builder to medium gen2 resource class (emscripten-core#18987)
see https://circleci.com/product/features/resource-classes/ The 'medium' class will go away later this year. The gen2 class is more expensive per build minute but according to my test https://app.circleci.com/pipelines/github/emscripten-core/emscripten/26604/workflows/c2acf4d1-1d2d-4556-b148-32278b852d42/jobs/614937 vs https://app.circleci.com/pipelines/github/emscripten-core/emscripten/26608/workflows/8ecccca3-44b6-493e-a3e8-62e74f931fda/jobs/615017 it's enough faster that it's slightly cheaper overall.
1 parent ba14f85 commit 5f477ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ executors:
2525
EMSDK_NOTTY: "1"
2626
macos:
2727
xcode: "13.4.1"
28+
resource_class: macos.x86.medium.gen2
2829

2930
commands:
3031
download-chrome:

0 commit comments

Comments
 (0)