Skip to content

Commit b86a7d9

Browse files
committed
ci: Decrease parallel build number to avoid exploding CI memory
1 parent 8f30722 commit b86a7d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/macos-linux-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
-DGENERATE_PYTHON_STUBS=ON \
103103
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \
104104
-DCMAKE_CXX_FLAGS=${{ matrix.cxx_options }}
105-
cmake --build . -j4
105+
cmake --build . -j3
106106
ctest --output-on-failure
107107
cmake --install .
108108

.github/workflows/windows-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
if errorlevel 1 exit 1
8080
8181
:: Build
82-
cmake --build . -j4
82+
cmake --build . -j3
8383
if errorlevel 1 exit 1
8484
8585
:: Testing

0 commit comments

Comments
 (0)