Skip to content

Commit 7b1d6c9

Browse files
author
Matthias Koeppe
committed
.github/workflows/ci-macos.yml (local-nohomebrew): Increase SAGE_NUM_THREADS to 6
1 parent 6b7c9a6 commit 7b1d6c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
# We use a high parallelization on purpose in order to catch possible parallelization bugs in the build scripts.
141141
# For doctesting, we use a lower parallelization to avoid timeouts.
142142
run: |
143-
MAKE="make -j12" tox -e $TOX_ENV -- SAGE_NUM_THREADS=4 $TARGETS
143+
MAKE="make -j12" tox -e $TOX_ENV -- SAGE_NUM_THREADS=6 $TARGETS
144144
- name: Prepare logs artifact
145145
run: |
146146
mkdir -p "artifacts/$LOGS_ARTIFACT_NAME"; cp -r .tox/*/log "artifacts/$LOGS_ARTIFACT_NAME"

0 commit comments

Comments
 (0)