We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc7620c commit f3f72e4Copy full SHA for f3f72e4
.github/workflows/macos-build.yml
@@ -46,4 +46,4 @@ jobs:
46
47
- name: Build with CMake
48
working-directory: ${{github.workspace}}
49
- run: cmake --build build --config ${{env.BUILD_TYPE}} -j20
+ run: cmake --build build --config ${{env.BUILD_TYPE}} -j8
0 commit comments