-
Notifications
You must be signed in to change notification settings - Fork 586
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
Try running the macOS CI builds on macOS 13 #2773
Conversation
I see that the macos-latest runners are now using macOS 14 / ARM cpus, so not sure if this is helpful any more or not |
The current Mac-CI seems to fail... |
The errors in the latest builds sound like dotnet/runtime#64103 ? |
The changes in #2763 including updating the .NET 6.0 SDK in the CI builds to |
As it stands, this is the only change that seems to have got the macOS build to pass :-( |
Can we get this merged? "Review required", who is the maintainer here? I think this project would have other useful PRs to merge too. Before those are merged, it's quite pointless to compile projects using FAKE (many F# projects) with .NET 8.0, better just keep Global.json to point at .NET6. Which is good and .NET8 compatible, but sometimes .NET 8 could give some more performance and new features. |
@xperiandri any thoughts? |
There are 10+ PRs in line (which most fail CI because of this issue here), and not many commits in recent 6 months. FAKE is still lot used project, and if the maintainers feel here that FAKE is not anymore their interest, could they reach e.g. Amplifying F# to get more resources allocated here? |
Just seeing if it has any effect on the intermittent macOS CI issues really - as per the github docs at https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources 'macOS-latest' actually uses macOS 12, and the macOS 13 runner also has more CPU cores than the 12 runner