SortingAlgorithms.jl
SortingAlgorithms.jl copied to clipboard
Update CI config
- latest TagBot.yml
- use
julia-actions/cacheinstead ofactions/cache - test macOS on native ARM / aarch64 where applicable
- avoid concurrent PR CI runs
- drop obsolete
fileargument tocodecov/codecov-action
I have also fixed DOCUMENTER_KEY (the deploy key was missing). So for the next release, TagBot and documentation updates should work (again)
Thanks!
This mostly LGTM but I would like to keep a test for 1.0 on Mac.
Added Julia 1.0 test on macOS (via Rosetta emulation)
Branch protection rules would have to be updated for this of course