JuliaIO / JLD.jl

Saving and loading julia variables while preserving native types
MIT License
278 stars 55 forks source link

Switch to and update GitHub Actions #284

Closed jmert closed 3 years ago

jmert commented 3 years ago

Mostly copied from JuliaIO/MAT.jl's GitHub Actions setup.

jmert commented 3 years ago

Julia v1.0 failures look to be known — the old Travis CI script excluded the JLDArchives tests on 1.0, and that appears to be just because the Pkg API doesn't like the download method. We're about to bump to minimum Julia 1.3, so that's fine.

The Windows failures on 1.5 and nightly are interesting, but probably worth debugging after merging #280 since the large number of changes in HDF5 v0.14 might have already fixed some subtle issue.