Skip to content

Commit a97d8cb

Browse files
authored
Increase parallel build threads for Doxygen on macOS
1 parent 534e761 commit a97d8cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-doxygen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ jobs:
468468
if: matrix.platform == 'macos'
469469
run: |
470470
cd doxygen/build
471-
cmake --build . --parallel
471+
cmake --build . --parallel 2
472472
shell: bash
473473

474474
- name: Configure CMake for Doxygen (Windows)

0 commit comments

Comments
 (0)