try bump sdk to 7

cmake-exportbuild
mvenditto 1 year ago committed by AT
parent 1d570bfe76
commit 54efa75c7d

@ -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:

Loading…
Cancel
Save