Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ochaton authored Jan 20, 2025
1 parent 6c03673 commit 63b9e94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-rockspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ env:

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

# https://stackoverflow.com/questions/58177786/get-the-current-pushed-tag-in-github-actions
- name: Set env
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ on:

jobs:
run-unit-tests:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: tarantool/setup-tarantool@v3
with:
tarantool-version: '2.11.2'
tarantool-version: '2.11'
- name: run tests
run: make test
- name: publish coveralls report
Expand Down

0 comments on commit 63b9e94

Please sign in to comment.