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

Fix CI Cache bug. add x86 jobs

Open fchorney opened this issue 3 years ago • 4 comments

There was a CI Cache bug affecting the previous ci files (found in a different project).

there was also an exclude for macOS x86 jobs, but there were no x86 jobs actually running. Added x86 back in assuming that's what we want here.

fchorney avatar Jan 20 '21 22:01 fchorney

Do we want nightly running on pull requests here?

fchorney avatar Jan 20 '21 22:01 fchorney

Do we also want an explicit 1.5 job on here for when 1 ends up going to 1.6?

fchorney avatar Jan 20 '21 22:01 fchorney

Do we also want an explicit 1.5 job on here for when 1 ends up going to 1.6?

It does exist in our internal packages, probably worth having it explicit as our stable version.

mattBrzezinski avatar Jan 20 '21 23:01 mattBrzezinski

Do we want nightly running on pull requests here?

Out of scope for this PR. Can make another later if we want to change it

oxinabox avatar Jan 21 '21 14:01 oxinabox