julia icon indicating copy to clipboard operation
julia copied to clipboard

Upgrade julia version

Open ErikSchierboom opened this issue 1 year ago • 4 comments

I'm testing if this fixes the macOS build.

ErikSchierboom avatar May 01 '24 07:05 ErikSchierboom

@cmcaine Upgrading to test with Julia 1.10 fixes the macOS issue where CI would fail for macos. Is there any particular reason we shouldn't do this?

ErikSchierboom avatar May 01 '24 07:05 ErikSchierboom

We test Julia 1.6 because that is the most recent long-term support release. Testing Julia 1.10 should be redundant with testing Julia 1 (which I expect to redirect to the latest stable version of Julia 1, currently 1.10.3).

I think that if it is easy to do then we should test on only Julia 1 and nightly on MacOS. If that's not convenient, then we can test only 1 and nightly on all operating systems.

cmcaine avatar May 02 '24 13:05 cmcaine

The setup-julia action is probably failing for Julia 1.6 on macOS because Julia 1.6 doesn't support ARM versions of macOS.

The x86_64 binary did work through rosetta, iirc, but maybe an update to the setup-julia action or some other infra has made it not give an x86_64 binary to newer macOS versions.

cmcaine avatar May 02 '24 13:05 cmcaine

I think that if it is easy to do then we should test on only Julia 1 and nightly on MacOS. If that's not convenient, then we can test only 1 and nightly on all operating systems.

I think this is easy enough to do. I'll look into it! Thanks for explaining.

ErikSchierboom avatar May 02 '24 16:05 ErikSchierboom

Thanks!

cmcaine avatar May 03 '24 09:05 cmcaine