Skip to content

Commit b07b3c9

Browse files
committed
Use threads on macOS
1 parent 73bdd1e commit b07b3c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_tests_dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
run: |
9999
if [ "$RUNNER_OS" == "macOS" ]; then
100100
GMT_ENABLE_OPENMP=FALSE
101-
GMT_USE_THREADS=FALSE
101+
GMT_USE_THREADS=TRUE
102102
else
103103
GMT_ENABLE_OPENMP=TRUE
104104
GMT_USE_THREADS=TRUE

0 commit comments

Comments
 (0)