Skip to content

Commit ce82ece

Browse files
committed
Fix ci
1 parent 7cb3afc commit ce82ece

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ jobs:
3232
name: luacov.stats.out-${{matrix.version}}
3333
path: luacov.stats.out-${{matrix.version}}
3434
run-coverage-report:
35-
runs-on: ubuntu-latest
35+
runs-on: ubuntu-22.04
3636
needs: ["run-unit-tests"]
3737
steps:
3838
- uses: actions/checkout@master
3939
- uses: tarantool/setup-tarantool@v3
4040
with:
41-
tarantool-version: '2.10.7'
41+
tarantool-version: '2.10'
4242
- name: install luacov-coveralls 0.2.3
4343
run: tarantoolctl rocks install --server=https://luarocks.org luacov-coveralls 0.2.3
4444
- name: install luacov-console 1.2.0

0 commit comments

Comments
 (0)