Skip to content
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

Fix macOS net5.0 failures #317

Merged
merged 9 commits into from
Apr 25, 2024

Conversation

marcin-krystianc
Copy link
Contributor

@marcin-krystianc marcin-krystianc commented Apr 23, 2024

Since net5.0 is long out of support and the macos-latest now points to arm64 macos runners, which only support .NET 6 and above, we fix it by:

  • removing tests for net5.0 and adding net8.0 instead
  • removing workaround for net461 (workaround is not needed anymore)

@marcin-krystianc marcin-krystianc changed the title Fix macOS CI failures Fix macOS net5.0 failures Apr 23, 2024
adamreeve
adamreeve previously approved these changes Apr 23, 2024
Copy link
Member

@jgiannuzzi jgiannuzzi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should also add macos-13 to the runners so we test on x86_64 macOS too.

@marcin-krystianc
Copy link
Contributor Author

We should also add macos-13 to the runners so we test on x86_64 macOS too.

Done 👍

@marcin-krystianc marcin-krystianc merged commit 1d0c5bf into G-Research:master Apr 25, 2024
226 checks passed
@marcin-krystianc marcin-krystianc deleted the dev-20240423-ci branch April 25, 2024 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Automated github build of consuldotnet broken
3 participants