Skip to content

Commit

Permalink
Try reducing the number of jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
darbyjohnston committed Apr 7, 2024
1 parent 99eafe7 commit 585e96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/macOS/macos-build-gha.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ cmake ../etc/SuperBuild \
-DTLRENDER_GCOV=$TLRENDER_GCOV \
-DCMAKE_OSX_DEPLOYMENT_TARGET=${CMAKE_OSX_DEPLOYMENT_TARGET} \
-DCMAKE_OSX_ARCHITECTURES=${CMAKE_OSX_ARCHITECTURES}
cmake --build . -j 2 --config $BUILD_TYPE
cmake --build . -j 1 --config $BUILD_TYPE

0 comments on commit 585e96a

Please sign in to comment.