Skip to content

Commit 2c17312

Browse files
committed
ci: workaround setup-tarantool problem with Jammy
Use Ubuntu Focal for jobs, where setup-tarantool is used, because there is known unsolved problem with Ubuntu Jammy [1]. 1. github.com/tarantool/setup-tarantool/issues/36
1 parent 373c31c commit 2c17312

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.github/workflows/test.yml

+14-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@ jobs:
1414
include:
1515
- tarantool: '2.8'
1616
coveralls: true
17-
runs-on: [ubuntu-latest]
17+
# There are problems with current version of the
18+
# setup-tarantool action on Ubuntu Jammy (ubuntu-latest or
19+
# ubuntu-22.04). Use Ubuntu Focal (ubuntu-20.04) until they
20+
# will be resolved. See [1] for details.
21+
#
22+
# [1]: https://github.com/tarantool/setup-tarantool/issues/36
23+
runs-on: [ubuntu-20.04]
1824
steps:
1925
- uses: actions/checkout@v2
2026
- uses: tarantool/setup-tarantool@v1
@@ -71,7 +77,13 @@ jobs:
7177
fail-fast: false
7278
matrix:
7379
tarantool: ['1.10', '2.5', '2.6', '2.7']
74-
runs-on: [ubuntu-latest]
80+
# There are problems with current version of the
81+
# setup-tarantool action on Ubuntu Jammy (ubuntu-latest or
82+
# ubuntu-22.04). Use Ubuntu Focal (ubuntu-20.04) until they
83+
# will be resolved. See [1] for details.
84+
#
85+
# [1]: https://github.com/tarantool/setup-tarantool/issues/36
86+
runs-on: [ubuntu-20.04]
7587
steps:
7688
- uses: actions/checkout@v2
7789
- uses: tarantool/setup-tarantool@v1

0 commit comments

Comments
 (0)