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: build-csharp-linux:
docker: 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: steps:
- checkout - checkout
- restore_cache: - restore_cache:
@ -433,7 +433,6 @@ jobs:
name: Install dependencies name: Install dependencies
command: | command: |
brew install cmake brew install cmake
brew install dotnet@6
brew install dotnet@7 brew install dotnet@7
dotnet --info dotnet --info
- run: - run: