-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GithubCI: use Ubuntu 24.04 instead of 23.10
Because 23.10 is no longer supported and 24.04 is LTS release. After upgrade to Ubuntu 24.04 dotnet6 is no longer available in main .deb repository. So we have to use dotnet-sdk-8.0. To be able to run .NET6 tools using .NET8, set DOTNET_ROLL_FORWARD env. var to Major. Build conventions.sln before lint to get rid of error: ``` Lint failed to parse files. Failed with: Type check failed. You might want to build your solution/project first and try again. ```
- Loading branch information
1 parent
f9db81b
commit 808a19f
Showing
1 changed file
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters