Skip to content

Commit

Permalink
not on 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
thofma committed Apr 23, 2024
1 parent 5a7d224 commit 6e13845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ if fl === "true"
@info "Sys.CPU_THREADS: $(Sys.CPU_THREADS)"
end

if fl === "true" && !no_parallel && !Sys.iswindows()
if fl === "true" && !no_parallel && !Sys.iswindows() && VERSION < v"1.11"
@info "On CI, !no_parallel and not Windows"
isparallel = true
# CPU_THREADS reports number of logical cores (including hyperthreading)
Expand Down

0 comments on commit 6e13845

Please sign in to comment.