Skip to content

Commit e0a8eff

Browse files
Trottdanielleadams
authored andcommitted
tools: increase macOS cores to 3 on GitHub CI
In efbec85, we reduced the cores to 2 based on GitHub documentation. The documentation now says that there are 3 cores. Refs: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources PR-URL: #45340 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent 90a2892 commit e0a8eff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-macos.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ jobs:
5252
# The `npm ci` for this step fails a lot as part of the Test step. Run it
5353
# now so that we don't have to wait 2 hours for the Build step to pass
5454
# first before that failure happens. (And if there's something about
55-
# `make run-ci -j2` that is causing the failure and the failure doesn't
55+
# `make run-ci -j3` that is causing the failure and the failure doesn't
5656
# happen anymore running this step here first, that's also useful
5757
# information.)
5858
- name: tools/doc/node_modules workaround
5959
run: make tools/doc/node_modules
6060
- name: Build
61-
run: make build-ci -j2 V=1 CONFIG_FLAGS="--error-on-warn"
61+
run: make build-ci -j3 V=1 CONFIG_FLAGS="--error-on-warn"
6262
- name: Test
63-
run: make run-ci -j2 V=1 TEST_CI_ARGS="-p actions --measure-flakiness 9"
63+
run: make run-ci -j3 V=1 TEST_CI_ARGS="-p actions --measure-flakiness 9"

0 commit comments

Comments
 (0)