Skip to content

Commit 63b9e94

Browse files
authored
fix ci
1 parent 6c03673 commit 63b9e94

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/push-rockspec.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ env:
1515

1616
jobs:
1717
pack-and-push-tagged-rockspec:
18-
runs-on: ubuntu-latest
18+
runs-on: ubuntu-22.04
1919
if: ${{ github.event.workflow_run.conclusion == 'success' }} && startsWith(github.ref, 'refs/tags/') }}
2020
steps:
2121
- uses: actions/checkout@v3
2222
- uses: tarantool/setup-tarantool@v3
2323
with:
24-
tarantool-version: '2.11.2'
24+
tarantool-version: '2.11'
2525

2626
# https://stackoverflow.com/questions/58177786/get-the-current-pushed-tag-in-github-actions
2727
- name: Set env

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ on:
66

77
jobs:
88
run-unit-tests:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-22.04
1010
steps:
1111
- uses: actions/checkout@v3
1212
- uses: tarantool/setup-tarantool@v3
1313
with:
14-
tarantool-version: '2.11.2'
14+
tarantool-version: '2.11'
1515
- name: run tests
1616
run: make test
1717
- name: publish coveralls report

0 commit comments

Comments
 (0)