File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 36
36
- name : " everything else"
37
37
args : " --skip essential/ad.jl mcmc/gibbs.jl mcmc/hmc.jl mcmc/abstractmcmc.jl mcmc/Inference.jl experimental/gibbs.jl mcmc/ess.jl"
38
38
version :
39
+ - ' 1.9'
39
40
- ' 1'
40
41
os :
41
42
- ubuntu-latest
50
51
exclude :
51
52
# With Windows and macOS, only run x64, 2 threads. We just want to see
52
53
# some combination work on OSes other than Ubuntu.
54
+ - os : windows-latest
55
+ version : ' 1'
56
+ - os : macOS-latest
57
+ version : ' 1'
53
58
- os : windows-latest
54
59
arch : x86
55
60
- os : macOS-latest
58
63
num_threads : 1
59
64
- os : macOS-latest
60
65
num_threads : 1
61
- # It's sufficient to test x86 with one thread.
62
- - num_threads : 2
63
- arch : x86
66
+ # It's sufficient to test x86 with only Julia 1.9 and 1 thread.
67
+ - arch : x86
68
+ version : ' 1'
69
+ - arch : x86
70
+ num_threads : 2
64
71
65
72
steps :
66
73
- name : Print matrix variables
You can’t perform that action at this time.
0 commit comments