Skip to content

Commit a6f612a

Browse files
committed
ci: fix using tarantoolctl in tests
The problem is that on Ubuntu 22.04 luarocks v3 from the `tarantool-common` package is installed, but tarantoolctl from tarantool 1.10 uses luarocks v2. See [1] for more details. [1] tarantool/tarantool#5429 (comment)
1 parent cae64b3 commit a6f612a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: |
1515
github.event_name == 'push' ||
1616
github.event_name == 'pull_request' && github.event.pull_request.head.repo.owner.login != 'tarantool'
17-
runs-on: ubuntu-latest
17+
runs-on: ubuntu-20.04
1818
strategy:
1919
matrix:
2020
tarantool-version: ["1.10", "2.8", "2.x-latest"]
@@ -128,7 +128,7 @@ jobs:
128128
tests-ee:
129129
if: |
130130
github.event_name == 'push'
131-
runs-on: ubuntu-latest
131+
runs-on: ubuntu-20.04
132132
strategy:
133133
matrix:
134134
tests: ["other", "integration"]

0 commit comments

Comments
 (0)