Skip to content

Commit

Permalink
ci: Do only 2 parallel build to avoid CI crash
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisv committed Jan 9, 2024
1 parent 75d1f1b commit 3f11a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos-linux-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
-DGENERATE_PYTHON_STUBS=ON \
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \
-DCMAKE_CXX_FLAGS=${{ matrix.cxx_options }}
cmake --build .
cmake --build . -j2
ctest --output-on-failure
cmake --install .
Expand Down

0 comments on commit 3f11a3b

Please sign in to comment.