google-research / FirstOrderLp.jl

Experimental first-order solvers for linear and quadratic programming.
Apache License 2.0
97 stars 16 forks source link

[obsolete] Add Julia 1.7 and macos-latest to CI workflow matrix #113

Closed dapplegate closed 1 year ago

dapplegate commented 1 year ago

This expands the Continuous Integration workflow that is applied to new pull requests and merges from just testing Julia 1.6 on linux-latest to running Julia 1.6 and 1.7 on both linux-latest and macosx-latest.

Fixes Issue #115

This also includes a change to the validation test for process_json_to_csv because wc -l on macos includes padding spaces that don't appear on linux.

mlubin commented 1 year ago

LGTM (don't have permission to approve). Pull requests are the right way to test CI changes.