Skip to content

Commit cc98e7d

Browse files
committed
Debug CI: Reduce nthreads
1 parent b86675c commit cc98e7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
nthreads:
1919
- '1'
2020
- '2'
21-
- '8'
21+
- '3'
22+
- '4'
2223
fail-fast: false
2324
name: Test Julia ${{ matrix.julia-version }} nthreads=${{ matrix.nthreads }}
2425
steps:

0 commit comments

Comments
 (0)