Skip to content

Commit 3e41d5d

Browse files
committed
Revert "[CI] Update list of .NET versions tested against."
This reverts commit 9ffc9a4.
1 parent 9ffc9a4 commit 3e41d5d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
strategy:
6969
fail-fast: false
7070
matrix:
71-
dotnet: [ '3.1.301', '5.x', '6.x', '7.x' ]
71+
dotnet: [ '3.1.301' ]
7272
env:
7373
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
7474
DOTNET_CLI_TELEMETRY_OPTOUT: 1
@@ -95,10 +95,9 @@ jobs:
9595
restore-keys: |
9696
${{ runner.os }}-nuget-
9797
- name: Setup dotnet
98-
uses: actions/setup-dotnet@v3
98+
uses: actions/setup-dotnet@v2
9999
with:
100100
dotnet-version: ${{ matrix.dotnet }}
101-
dotnet-quality: 'ga'
102101
- name: Build
103102
run: ./csharp/build.sh
104103
- name: Run tests
@@ -268,7 +267,7 @@ jobs:
268267
tar xf cmake-${CMAKE_VERSION}-Darwin-x86_64.tar.gz
269268
echo "cmake-${CMAKE_VERSION}-Darwin-x86_64/CMake.app/Contents/bin" >> $GITHUB_PATH
270269
- name: Build
271-
run: ./cppbuild/cppbuild
270+
run: cmake --version && ./cppbuild/cppbuild
272271

273272
cpp-msvc-build:
274273
name: C++ MSVC (Windows)

0 commit comments

Comments
 (0)