try bump sdk to 7

This commit is contained in:
mvenditto 2023-06-16 20:13:53 +01:00 committed by AT
parent 1d570bfe76
commit 54efa75c7d

View File

@ -311,7 +311,7 @@ jobs:
build-csharp-linux:
docker:
- image: mcr.microsoft.com/dotnet/sdk:6.0-jammy # Ubuntu 22.04
- image: mcr.microsoft.com/dotnet/sdk:7.0-jammy # Ubuntu 22.04
steps:
- checkout
- restore_cache:
@ -433,7 +433,6 @@ jobs:
name: Install dependencies
command: |
brew install cmake
brew install dotnet@6
brew install dotnet@7
dotnet --info
- run: