SortingAlgorithms.jl icon indicating copy to clipboard operation
SortingAlgorithms.jl copied to clipboard

Update CI config

Open fingolfin opened this issue 9 months ago • 3 comments

  • latest TagBot.yml
  • use julia-actions/cache instead of actions/cache
  • test macOS on native ARM / aarch64 where applicable
  • avoid concurrent PR CI runs
  • drop obsolete file argument to codecov/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)

fingolfin avatar Mar 18 '25 09:03 fingolfin

Thanks!

This mostly LGTM but I would like to keep a test for 1.0 on Mac.

LilithHafner avatar Mar 18 '25 13:03 LilithHafner

Added Julia 1.0 test on macOS (via Rosetta emulation)

fingolfin avatar Mar 18 '25 13:03 fingolfin

Branch protection rules would have to be updated for this of course

fingolfin avatar Mar 18 '25 13:03 fingolfin