Skip to content

Commit aa5ec11

Browse files
committed
Less
1 parent 6f063f0 commit aa5ec11

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/Test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,10 @@ jobs:
129129
shell: bash
130130
run: |
131131
if [[ ${{ runner.os }} == "macOS" ]]; then
132-
JULIA_TEST_MAXRSS_MB=2000
132+
JULIA_TEST_MAXRSS_MB=1800
133133
echo "JULIA_TEST_MAXRSS_MB=${JULIA_TEST_MAXRSS_MB}" | tee -a "${GITHUB_ENV}"
134+
JULIA_CPU_THREADS=2
135+
echo "JULIA_CPU_THREADS=${JULIA_CPU_THREADS}" | tee -a "${GITHUB_ENV}"
134136
fi
135137
136138
- name: Setup OpenCL.jl

0 commit comments

Comments
 (0)