File tree Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,27 @@ steps:
8686 soft_fail :
8787 - exit_status : 3
8888
89+ - label : " macOS Julia {{matrix.version}}"
90+ matrix :
91+ setup :
92+ version :
93+ - " 1.10"
94+ - " 1.11"
95+ plugins :
96+ - JuliaCI/julia#v1:
97+ version : " {{matrix.version}}"
98+ - JuliaCI/julia-test#v1:
99+ test_args : " --quickfail"
100+ - JuliaCI/julia-coverage#v1:
101+ codecov : true
102+ agents :
103+ queue : " juliaecosystem"
104+ os : " macos"
105+ arch : " aarch64"
106+ timeout_in_minutes : 120
107+ soft_fail :
108+ - exit_status : 3
109+
89110 - label : " oneAPI Julia {{matrix.version}}"
90111 matrix :
91112 setup :
Original file line number Diff line number Diff line change 4242 arch : x64
4343 pocl : local
4444 allow_failure : false
45+ - version : ' 1.11'
46+ os : macos-latest
47+ arch : aarch64
48+ pocl : jll
49+ allow_failure : false
4550 - version : ' 1.12'
4651 os : ubuntu-latest
4752 arch : x64
You can’t perform that action at this time.
0 commit comments