Skip to content

Commit 9c59f1e

Browse files
committed
ci: run testing on Ubuntu Jammy (22.04)
In May 2022 GitHub announced beta support of Ubuntu Jammy runners (see [1]). We should ensure that our action works here without problems. [1]: actions/runner-images#5490
1 parent 7e495d4 commit 9c59f1e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ jobs:
2020
- '2.10'
2121
nightly: [false]
2222
include:
23+
# We have Ubuntu Jammy (22.04) packages only for 2.10 at
24+
# the moment of adding this code. There is commit
25+
# 1.10.13-9-g2d23c9d9c, but 1.10.14 is not released yet.
26+
# And there is some infrastructure problem with Jammy
27+
# packages in the live/1.10 repository.
28+
#
29+
# Anyway, 2.10 is okay to test the action of Jammy runner,
30+
# so just use it.
31+
- {runs-on: ubuntu-22.04, tarantool: '2.10', nightly: false}
2332
- {runs-on: ubuntu-20.04, tarantool: '1.10', nightly: true}
2433
- {runs-on: ubuntu-18.04, tarantool: '1.10', nightly: true}
2534
runs-on: ${{ matrix.runs-on }}

0 commit comments

Comments
 (0)