20
20
if : (github.event_name == 'push') ||
21
21
(github.event_name == 'pull_request' &&
22
22
github.event.pull_request.head.repo.full_name != github.repository)
23
- runs-on : ubuntu-20 .04
23
+ runs-on : ubuntu-24 .04
24
24
25
25
strategy :
26
26
fail-fast : false
65
65
if : (github.event_name == 'push') ||
66
66
(github.event_name == 'pull_request' &&
67
67
github.event.pull_request.head.repo.full_name != github.repository)
68
- runs-on : ubuntu-20 .04
68
+ runs-on : ubuntu-24 .04
69
69
70
70
strategy :
71
71
fail-fast : false
83
83
run : python3 .github/scripts/remove_source_code.py
84
84
85
85
- name : Install tarantool
86
- uses : tarantool/setup-tarantool@v2
86
+ uses : tarantool/setup-tarantool@v3
87
87
with :
88
88
tarantool-version : ' 2.11'
89
89
@@ -103,7 +103,7 @@ jobs:
103
103
run : |
104
104
curl -L https://tarantool.io/release/2/installer.sh | bash
105
105
sudo apt install -y tt
106
- tt rocks install crud
106
+ tt rocks install crud 1.4.2
107
107
108
108
- name : Run tests
109
109
run : make test-pure-install
@@ -188,7 +188,7 @@ jobs:
188
188
- run_tests_pip_package_linux
189
189
- run_tests_pip_package_windows
190
190
191
- runs-on : ubuntu-20 .04
191
+ runs-on : ubuntu-24 .04
192
192
193
193
strategy :
194
194
fail-fast : false
@@ -226,7 +226,7 @@ jobs:
226
226
if : (github.event_name == 'push') ||
227
227
(github.event_name == 'pull_request' &&
228
228
github.event.pull_request.head.repo.full_name != github.repository)
229
- runs-on : ubuntu-20 .04
229
+ runs-on : ubuntu-24 .04
230
230
231
231
container :
232
232
image : ${{ matrix.target.os }}:${{ matrix.target.dist }}
@@ -293,7 +293,7 @@ jobs:
293
293
if : (github.event_name == 'push') ||
294
294
(github.event_name == 'pull_request' &&
295
295
github.event.pull_request.head.repo.full_name != github.repository)
296
- runs-on : ubuntu-20 .04
296
+ runs-on : ubuntu-24 .04
297
297
298
298
container :
299
299
image : ${{ matrix.target.os }}:${{ matrix.target.dist }}
@@ -343,7 +343,7 @@ jobs:
343
343
run : |
344
344
curl -L https://tarantool.io/release/2/installer.sh | bash
345
345
sudo dnf install -y tt
346
- tt rocks install crud
346
+ tt rocks install crud 1.4.2
347
347
348
348
- name : Run tests
349
349
run : make test-pure-install
@@ -354,7 +354,7 @@ jobs:
354
354
needs :
355
355
- run_tests_rpm
356
356
357
- runs-on : ubuntu-20 .04
357
+ runs-on : ubuntu-24 .04
358
358
359
359
strategy :
360
360
fail-fast : false
@@ -404,7 +404,7 @@ jobs:
404
404
if : (github.event_name == 'push') ||
405
405
(github.event_name == 'pull_request' &&
406
406
github.event.pull_request.head.repo.full_name != github.repository)
407
- runs-on : ubuntu-20 .04
407
+ runs-on : ubuntu-22 .04
408
408
409
409
strategy :
410
410
fail-fast : false
@@ -453,7 +453,7 @@ jobs:
453
453
if : (github.event_name == 'push') ||
454
454
(github.event_name == 'pull_request' &&
455
455
github.event.pull_request.head.repo.full_name != github.repository)
456
- runs-on : ubuntu-20 .04
456
+ runs-on : ubuntu-24 .04
457
457
458
458
container :
459
459
image : ${{ matrix.target.os }}:${{ matrix.target.dist }}
@@ -511,7 +511,7 @@ jobs:
511
511
run : |
512
512
curl -L https://tarantool.io/release/2/installer.sh | bash
513
513
apt install -y tt
514
- tt rocks install crud
514
+ tt rocks install crud 1.4.2
515
515
516
516
- name : Run tests
517
517
run : make test-pure-install
@@ -522,7 +522,7 @@ jobs:
522
522
needs :
523
523
- run_tests_deb
524
524
525
- runs-on : ubuntu-20 .04
525
+ runs-on : ubuntu-24 .04
526
526
527
527
strategy :
528
528
fail-fast : false
0 commit comments