Skip to content

Commit f3f72e4

Browse files
committed
Reduced amount of parallel jobs
1 parent dc7620c commit f3f72e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
4747
- name: Build with CMake
4848
working-directory: ${{github.workspace}}
49-
run: cmake --build build --config ${{env.BUILD_TYPE}} -j20
49+
run: cmake --build build --config ${{env.BUILD_TYPE}} -j8

0 commit comments

Comments
 (0)