We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6392c29 commit 7f3c73cCopy full SHA for 7f3c73c
.github/workflows/tests.yml
@@ -13,15 +13,14 @@ jobs:
13
ydb-sdk-tests:
14
strategy:
15
matrix:
16
- os: [ ubuntu-22.04, windows-2022, macos-15 ]
17
ydb-version: [ 'latest', '25.1' ]
18
dotnet-version: [ 8.0.x, 9.0.x ]
19
include:
20
- dotnet-version: 8.0.x
21
dotnet-target-framework: net8.0
22
- dotnet-version: 9.0.x
23
dotnet-target-framework: net9.0
24
- runs-on: ${{ matrix.os }}
+ runs-on: ubuntu-22.04
25
services:
26
ydb:
27
image: ydbplatform/local-ydb:${{ matrix.ydb-version }}
0 commit comments