16
16
if : (github.event_name == 'push') ||
17
17
(github.event_name == 'pull_request' &&
18
18
github.event.pull_request.head.repo.full_name != github.repository)
19
- runs-on : ubuntu-latest
19
+ runs-on : ubuntu-20.04
20
20
21
21
strategy :
22
22
fail-fast : false
61
61
if : (github.event_name == 'push') ||
62
62
(github.event_name == 'pull_request' &&
63
63
github.event.pull_request.head.repo.full_name != github.repository)
64
- runs-on : ubuntu-latest
64
+ runs-on : ubuntu-20.04
65
65
66
66
strategy :
67
67
fail-fast : false
@@ -116,7 +116,7 @@ jobs:
116
116
(github.event_name == 'pull_request' &&
117
117
github.event.pull_request.head.repo.full_name != github.repository)
118
118
119
- runs-on : windows-latest
119
+ runs-on : windows-2022
120
120
121
121
strategy :
122
122
fail-fast : false
@@ -184,7 +184,7 @@ jobs:
184
184
- run_tests_pip_package_linux
185
185
- run_tests_pip_package_windows
186
186
187
- runs-on : ubuntu-latest
187
+ runs-on : ubuntu-20.04
188
188
189
189
strategy :
190
190
fail-fast : false
@@ -222,7 +222,7 @@ jobs:
222
222
if : (github.event_name == 'push') ||
223
223
(github.event_name == 'pull_request' &&
224
224
github.event.pull_request.head.repo.full_name != github.repository)
225
- runs-on : ubuntu-latest
225
+ runs-on : ubuntu-20.04
226
226
227
227
container :
228
228
image : ${{ matrix.target.os }}:${{ matrix.target.dist }}
@@ -289,7 +289,7 @@ jobs:
289
289
if : (github.event_name == 'push') ||
290
290
(github.event_name == 'pull_request' &&
291
291
github.event.pull_request.head.repo.full_name != github.repository)
292
- runs-on : ubuntu-latest
292
+ runs-on : ubuntu-20.04
293
293
294
294
container :
295
295
image : ${{ matrix.target.os }}:${{ matrix.target.dist }}
@@ -311,7 +311,8 @@ jobs:
311
311
uses : actions/checkout@v3
312
312
313
313
- name : Setup Python and test running tools
314
- # cmake rocks fail to install as expected without findutils
314
+ # cmake rocks fail to install as expected without findutils:
315
+ # https://github.com/tarantool/luarocks/issues/14
315
316
run : dnf install -y python3 python3-libs python3-pip git make cmake gcc unzip findutils
316
317
317
318
- name : Remove connector source code
@@ -349,7 +350,7 @@ jobs:
349
350
needs :
350
351
- run_tests_rpm
351
352
352
- runs-on : ubuntu-latest
353
+ runs-on : ubuntu-20.04
353
354
354
355
strategy :
355
356
fail-fast : false
@@ -399,7 +400,7 @@ jobs:
399
400
if : (github.event_name == 'push') ||
400
401
(github.event_name == 'pull_request' &&
401
402
github.event.pull_request.head.repo.full_name != github.repository)
402
- runs-on : ubuntu-latest
403
+ runs-on : ubuntu-20.04
403
404
404
405
strategy :
405
406
fail-fast : false
@@ -447,7 +448,7 @@ jobs:
447
448
if : (github.event_name == 'push') ||
448
449
(github.event_name == 'pull_request' &&
449
450
github.event.pull_request.head.repo.full_name != github.repository)
450
- runs-on : ubuntu-latest
451
+ runs-on : ubuntu-20.04
451
452
452
453
container :
453
454
image : ${{ matrix.target.os }}:${{ matrix.target.dist }}
@@ -516,7 +517,7 @@ jobs:
516
517
needs :
517
518
- run_tests_deb
518
519
519
- runs-on : ubuntu-latest
520
+ runs-on : ubuntu-20.04
520
521
521
522
strategy :
522
523
fail-fast : false
0 commit comments