Skip to content

Commit a90babe

Browse files
committed
ci: update tarantool version
1 parent c27a441 commit a90babe

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/publish.yaml

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-24.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-scm-1:
2020
if: github.ref == 'refs/heads/master'
21-
runs-on: ubuntu-24.04
21+
runs-on: ubuntu-22.04
2222
steps:
2323
- uses: actions/checkout@v4
2424
- uses: tarantool/rocks.tarantool.org/github-action@master
@@ -29,13 +29,13 @@ jobs:
2929
publish-tag:
3030
if: startsWith(github.ref, 'refs/tags/')
3131
needs: version-check
32-
runs-on: ubuntu-24.04
32+
runs-on: ubuntu-22.04
3333
steps:
3434
- uses: actions/checkout@v4
3535

3636
- uses: tarantool/setup-tarantool@v3
3737
with:
38-
tarantool-version: '2.10'
38+
tarantool-version: '2.11'
3939
- run: echo $PWD/.rocks/bin >> $GITHUB_PATH
4040

4141
# Make a release

.github/workflows/test_on_push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push]
44

55
jobs:
66
all:
7-
runs-on: ubuntu-24.04
7+
runs-on: ubuntu-22.04
88
timeout-minutes: 10
99
env:
1010
DOWNLOAD_TOKEN: ${{ secrets.DOWNLOAD_TOKEN }}

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version := scm-1
22

33
.PHONY: all doc test schema install
44

5-
BUNDLE_VERSION=2.8.4-0-g47e6bd362-r508
5+
BUNDLE_VERSION=2.11.7-g4e0406015-r691
66
COMMIT_TAG = $(shell git describe)
77

88
all: doc

0 commit comments

Comments
 (0)