Skip to content

Commit

Permalink
Use threads on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed May 21, 2024
1 parent 73bdd1e commit b07b3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
run: |
if [ "$RUNNER_OS" == "macOS" ]; then
GMT_ENABLE_OPENMP=FALSE
GMT_USE_THREADS=FALSE
GMT_USE_THREADS=TRUE
else
GMT_ENABLE_OPENMP=TRUE
GMT_USE_THREADS=TRUE
Expand Down

0 comments on commit b07b3c9

Please sign in to comment.