We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99c5637 commit 5566246Copy full SHA for 5566246
.github/workflows/test.yml
@@ -15,12 +15,12 @@ jobs:
15
- '2.7'
16
- '2.8'
17
- '2.10'
18
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
19
env:
20
CMAKE_LDOC_FIND_REQUIRED: 'YES'
21
steps:
22
- - uses: actions/checkout@v3
23
- - uses: tarantool/setup-tarantool@v2
+ - uses: actions/checkout@v4
+ - uses: tarantool/setup-tarantool@v3
24
with:
25
tarantool-version: ${{ matrix.tarantool }}
26
0 commit comments