Skip to content

Commit 7f3c73c

Browse files
migrate ubuntu-22.04
1 parent 6392c29 commit 7f3c73c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,14 @@ jobs:
1313
ydb-sdk-tests:
1414
strategy:
1515
matrix:
16-
os: [ ubuntu-22.04, windows-2022, macos-15 ]
1716
ydb-version: [ 'latest', '25.1' ]
1817
dotnet-version: [ 8.0.x, 9.0.x ]
1918
include:
2019
- dotnet-version: 8.0.x
2120
dotnet-target-framework: net8.0
2221
- dotnet-version: 9.0.x
2322
dotnet-target-framework: net9.0
24-
runs-on: ${{ matrix.os }}
23+
runs-on: ubuntu-22.04
2524
services:
2625
ydb:
2726
image: ydbplatform/local-ydb:${{ matrix.ydb-version }}

0 commit comments

Comments
 (0)