Skip to content

Commit 65f9288

Browse files
committed
ci: update ubuntu and tarantool versions
1 parent e0a19a5 commit 65f9288

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
version-check:
1010
# We need this job to run only on push with tag.
1111
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') }}
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-22.04
1313
steps:
1414
- name: Check module version
1515
uses: tarantool/actions/check-module-version@master
@@ -18,7 +18,7 @@ jobs:
1818

1919
publish-rockspec-scm-1:
2020
if: github.ref == 'refs/heads/master'
21-
runs-on: ubuntu-20.04
21+
runs-on: ubuntu-22.04
2222
steps:
2323
- uses: actions/checkout@v3
2424
- uses: tarantool/rocks.tarantool.org/github-action@master
@@ -29,12 +29,12 @@ jobs:
2929
publish-rockspec-tag:
3030
if: startsWith(github.ref, 'refs/tags/')
3131
needs: version-check
32-
runs-on: ubuntu-20.04
32+
runs-on: ubuntu-22.04
3333
steps:
3434
- uses: actions/checkout@v3
3535
- uses: tarantool/setup-tarantool@v2
3636
with:
37-
tarantool-version: '2.10'
37+
tarantool-version: '2.11'
3838

3939
- run: echo "TAG=${GITHUB_REF##*/}" >> $GITHUB_ENV
4040
- run: tarantoolctl rocks new_version --tag $TAG

.github/workflows/test_on_push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
github.event_name == 'pull_request' && github.event.pull_request.head.repo.owner.login != 'tarantool'
1212
strategy:
1313
matrix:
14-
tarantool-version: ["1.10", "2.10"]
14+
tarantool-version: ["1.10", "2.10", "2.11"]
1515
fail-fast: false
16-
runs-on: [ubuntu-20.04]
16+
runs-on: [ubuntu-22.04]
1717
steps:
1818
- uses: actions/checkout@v3
1919
- uses: tarantool/setup-tarantool@v2

0 commit comments

Comments
 (0)