Skip to content

Commit 5566246

Browse files
Update ubuntu version
1 parent 99c5637 commit 5566246

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
- '2.7'
1616
- '2.8'
1717
- '2.10'
18-
runs-on: ubuntu-20.04
18+
runs-on: ubuntu-22.04
1919
env:
2020
CMAKE_LDOC_FIND_REQUIRED: 'YES'
2121
steps:
22-
- uses: actions/checkout@v3
23-
- uses: tarantool/setup-tarantool@v2
22+
- uses: actions/checkout@v4
23+
- uses: tarantool/setup-tarantool@v3
2424
with:
2525
tarantool-version: ${{ matrix.tarantool }}
2626

0 commit comments

Comments
 (0)