2020 if : (github.event_name == 'push') ||
2121 (github.event_name == 'pull_request' &&
2222 github.event.pull_request.head.repo.full_name != github.repository)
23- runs-on : ubuntu-20 .04
23+ runs-on : ubuntu-24 .04
2424
2525 strategy :
2626 fail-fast : false
6565 if : (github.event_name == 'push') ||
6666 (github.event_name == 'pull_request' &&
6767 github.event.pull_request.head.repo.full_name != github.repository)
68- runs-on : ubuntu-20 .04
68+ runs-on : ubuntu-24 .04
6969
7070 strategy :
7171 fail-fast : false
8383 run : python3 .github/scripts/remove_source_code.py
8484
8585 - name : Install tarantool
86- uses : tarantool/setup-tarantool@v2
86+ uses : tarantool/setup-tarantool@v3
8787 with :
8888 tarantool-version : ' 2.11'
8989
@@ -103,7 +103,7 @@ jobs:
103103 run : |
104104 curl -L https://tarantool.io/release/2/installer.sh | bash
105105 sudo apt install -y tt
106- tt rocks install crud
106+ tt rocks install crud 1.4.2
107107
108108 - name : Run tests
109109 run : make test-pure-install
@@ -188,7 +188,7 @@ jobs:
188188 - run_tests_pip_package_linux
189189 - run_tests_pip_package_windows
190190
191- runs-on : ubuntu-20 .04
191+ runs-on : ubuntu-24 .04
192192
193193 strategy :
194194 fail-fast : false
@@ -226,7 +226,7 @@ jobs:
226226 if : (github.event_name == 'push') ||
227227 (github.event_name == 'pull_request' &&
228228 github.event.pull_request.head.repo.full_name != github.repository)
229- runs-on : ubuntu-20 .04
229+ runs-on : ubuntu-24 .04
230230
231231 container :
232232 image : ${{ matrix.target.os }}:${{ matrix.target.dist }}
@@ -293,7 +293,7 @@ jobs:
293293 if : (github.event_name == 'push') ||
294294 (github.event_name == 'pull_request' &&
295295 github.event.pull_request.head.repo.full_name != github.repository)
296- runs-on : ubuntu-20 .04
296+ runs-on : ubuntu-24 .04
297297
298298 container :
299299 image : ${{ matrix.target.os }}:${{ matrix.target.dist }}
@@ -343,7 +343,7 @@ jobs:
343343 run : |
344344 curl -L https://tarantool.io/release/2/installer.sh | bash
345345 sudo dnf install -y tt
346- tt rocks install crud
346+ tt rocks install crud 1.4.2
347347
348348 - name : Run tests
349349 run : make test-pure-install
@@ -354,7 +354,7 @@ jobs:
354354 needs :
355355 - run_tests_rpm
356356
357- runs-on : ubuntu-20 .04
357+ runs-on : ubuntu-24 .04
358358
359359 strategy :
360360 fail-fast : false
@@ -404,7 +404,7 @@ jobs:
404404 if : (github.event_name == 'push') ||
405405 (github.event_name == 'pull_request' &&
406406 github.event.pull_request.head.repo.full_name != github.repository)
407- runs-on : ubuntu-20 .04
407+ runs-on : ubuntu-22 .04
408408
409409 strategy :
410410 fail-fast : false
@@ -453,7 +453,7 @@ jobs:
453453 if : (github.event_name == 'push') ||
454454 (github.event_name == 'pull_request' &&
455455 github.event.pull_request.head.repo.full_name != github.repository)
456- runs-on : ubuntu-20 .04
456+ runs-on : ubuntu-24 .04
457457
458458 container :
459459 image : ${{ matrix.target.os }}:${{ matrix.target.dist }}
@@ -511,7 +511,7 @@ jobs:
511511 run : |
512512 curl -L https://tarantool.io/release/2/installer.sh | bash
513513 apt install -y tt
514- tt rocks install crud
514+ tt rocks install crud 1.4.2
515515
516516 - name : Run tests
517517 run : make test-pure-install
@@ -522,7 +522,7 @@ jobs:
522522 needs :
523523 - run_tests_deb
524524
525- runs-on : ubuntu-20 .04
525+ runs-on : ubuntu-24 .04
526526
527527 strategy :
528528 fail-fast : false
0 commit comments