File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -46,12 +46,13 @@ jobs:
4646 concurrency :
4747 group : integration-${{ github.event_name }}-${{ github.ref }}-${{ matrix.os }}-${{ matrix.go-version }}-${{ matrix.ydb-version }}
4848 cancel-in-progress : true
49- runs-on : ubuntu -latest
49+ runs-on : ${{ matrix.os }} -latest
5050 strategy :
5151 fail-fast : false
5252 matrix :
5353 go-version : [1.21.x, 1.22.x, 1.23.x]
5454 ydb-version : [23.3, 24.1]
55+ os : [ubuntu]
5556 services :
5657 ydb :
5758 image : ydbplatform/local-ydb:${{ matrix.ydb-version }}
9798 concurrency :
9899 group : experiment-${{ github.event_name }}-${{ github.ref }}-${{ matrix.os }}-${{ matrix.go-version }}-${{ matrix.ydb-version }}
99100 cancel-in-progress : true
100- runs-on : ubuntu -latest
101+ runs-on : ${{ matrix.os }} -latest
101102 strategy :
102103 fail-fast : false
103104 matrix :
You can’t perform that action at this time.
0 commit comments