diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3da16ac..17a789a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,9 @@ jobs: nthreads: - '1' - '2' - - '4' + - '5' + - '6' + - '7' fail-fast: false name: Test Julia ${{ matrix.julia-version }} nthreads=${{ matrix.nthreads }} steps: