File tree Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -23,27 +23,27 @@ steps:
2323 arch : " x86_64"
2424 cpuset_limited : " true"
2525 timeout_in_minutes : 120
26- # macOS aarch64
27- - label : " :macos: macos-aarch64"
28- plugins :
29- - JuliaCI/julia#v1:
30- version : " nightly"
31- command : |
32- julia --color=yes --project=.ci -e 'using Pkg; Pkg.instantiate()'
33- julia --color=yes --project=.ci .ci/create_sysimage_and_run_tests.jl
34- agents :
35- queue : " julia"
36- os : " macos"
37- arch : " aarch64"
38- # windows x86_64
39- - label : " :windows: windows-x86_64"
40- plugins :
41- - JuliaCI/julia#v1:
42- version : " nightly"
43- command : |
44- julia --color=yes --project=.ci -e 'using Pkg; Pkg.instantiate()'
45- julia --color=yes --project=.ci .ci/create_sysimage_and_run_tests.jl
46- agents :
47- queue : " julia"
48- os : " windows"
49- arch : " x86_64"
26+ # # macOS aarch64
27+ # - label: ":macos: macos-aarch64"
28+ # plugins:
29+ # - JuliaCI/julia#v1:
30+ # version: "nightly"
31+ # command: |
32+ # julia --color=yes --project=.ci -e 'using Pkg; Pkg.instantiate()'
33+ # julia --color=yes --project=.ci .ci/create_sysimage_and_run_tests.jl
34+ # agents:
35+ # queue: "julia"
36+ # os: "macos"
37+ # arch: "aarch64"
38+ # # windows x86_64
39+ # - label: ":windows: windows-x86_64"
40+ # plugins:
41+ # - JuliaCI/julia#v1:
42+ # version: "nightly"
43+ # command: |
44+ # julia --color=yes --project=.ci -e 'using Pkg; Pkg.instantiate()'
45+ # julia --color=yes --project=.ci .ci/create_sysimage_and_run_tests.jl
46+ # agents:
47+ # queue: "julia"
48+ # os: "windows"
49+ # arch: "x86_64"
You can’t perform that action at this time.
0 commit comments