JuliaLang / Compat.jl

Compatibility across Julia versions
Other
144 stars 117 forks source link

RFC: Switch to Actions for CI #730

Closed martinholters closed 3 years ago

martinholters commented 3 years ago

I'm not aware of the pros and cons here so I thought I put this up for discussion. Note that this is somewhat more extensive than the old configuration which did not test on 32bit linux.

simeonschaub commented 3 years ago

I use GH actions for all my packages and it has worked out pretty well. Actions scheduled with Cron can sometimes be a bit flaky, but otherwise it was fairly seamless for me.

timholy commented 3 years ago

Shoot, I didn't see this. Superseded by #739. FYI you can easily update many projects almost automatically with https://github.com/julia-actions/MassInstallAction.jl/tree/master/demos/MaintenanceDec2020, although when I'm doing a single repo I often don't submit them as multiple PRs and instead manually combine all maintenance action into a single PR.