JuliaLang / Pkg.jl

Pkg - Package manager for the Julia programming language
https://pkgdocs.julialang.org
Other
610 stars 251 forks source link

RFC: stop testing non-ARM on mac on CI #3794

Closed KristofferC closed 4 months ago

KristofferC commented 4 months ago

It feels a little bit excessive to me to test both arm and intel on mac since there isn't really many code paths in Julia (and especially Pkg) that are architecture dependent like this

IanButterworth commented 4 months ago

Yeah. I left both to see if the random macOS hangs continue. But I guess we know they do on Intel Mac CI so it can be dropped

KristofferC commented 4 months ago

It also feels really excessive to test all builds with pkg.julialang.org and not. Should be enough with just one linux that tests both.