-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macos-latest builds failing #280
Comments
Probably related to M1: fltk-rs/fltk-rs#956 No idea what a meaningful fix would be. |
Appears to be an issue that needs to be solved at the compiler level: rust-lang/rust#103044 The issue was closed only recently which means the fix will only be available in newer rust versions. Will need to adjust CI to reflect that. |
Actually, it's a bit simpler than that - rust < 1.54 does not work on macos >= 12: https://rust-lang.zulipchat.com/#narrow/stream/182449-t-compiler.2Fhelp/topic/.E2.9C.94.20How.20can.20I.20fix.20Rust.201.2E53.2E0.20or.20earlier.20to.20run.20on.20macOS.2012.2E6.3F/near/299263887 As a result the PR adjusts the CI workflow to test MSRV on macos-11 only. |
With the following linker error:
The text was updated successfully, but these errors were encountered: