File tree Expand file tree Collapse file tree 4 files changed +12
-14
lines changed
Expand file tree Collapse file tree 4 files changed +12
-14
lines changed Original file line number Diff line number Diff line change 1010 if : |
1111 github.event_name == 'push' ||
1212 github.event.pull_request.head.repo.full_name != github.repository
13- runs-on : ubuntu-20 .04
13+ runs-on : ubuntu-24 .04
1414 steps :
1515 - name : Check module version
1616 # We need this step to run only on push with tag.
2727 github.event.pull_request.head.repo.full_name != github.repository
2828 # Packaging for CentOS 7 does not work with other versions, see:
2929 # https://github.com/packpack/packpack/issues/145
30- runs-on : ubuntu-20 .04
30+ runs-on : ubuntu-24 .04
3131 needs : version-check
3232
3333 strategy :
@@ -53,12 +53,12 @@ jobs:
5353
5454 steps :
5555 - name : Clone the module
56- uses : actions/checkout@v3
56+ uses : actions/checkout@v4
5757 with :
5858 fetch-depth : 0
5959
6060 - name : Clone the packpack tool
61- uses : actions/checkout@v3
61+ uses : actions/checkout@v4
6262 with :
6363 repository : packpack/packpack
6464 path : packpack
Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ jobs:
1414 version-check :
1515 # We need this job to run only on push with tag.
1616 if : ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') }}
17- runs-on : ubuntu-20 .04
17+ runs-on : ubuntu-24 .04
1818 steps :
1919 - name : Check module version
2020 uses : tarantool/actions/check-module-version@master
2121 with :
2222 module-name : " avro_schema"
2323
2424 push-scm-rockspec :
25- runs-on : ubuntu-20 .04
25+ runs-on : ubuntu-24 .04
2626 if : github.ref == 'refs/heads/master'
2727 steps :
2828 - uses : actions/checkout@master
3333 files : ${{ env.ROCK_NAME }}-scm-1.rockspec
3434
3535 push-tagged-rockspec :
36- runs-on : ubuntu-20 .04
36+ runs-on : ubuntu-24 .04
3737 if : startsWith(github.ref, 'refs/tags')
3838 needs : version-check
3939 steps :
Original file line number Diff line number Diff line change 1111
1212jobs :
1313 run_tests :
14- runs-on : ubuntu-20 .04
14+ runs-on : ubuntu-24 .04
1515 steps :
1616 - name : ' Clone the avro-schema module'
1717 uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -15,22 +15,20 @@ jobs:
1515 if : github.event_name == 'push' ||
1616 github.event.pull_request.head.repo.full_name != github.repository
1717
18- runs-on : ubuntu-20 .04
18+ runs-on : ubuntu-24 .04
1919
2020 strategy :
2121 fail-fast : false
2222 matrix :
2323 tarantool :
24- - ' 1.10'
25- - ' 2.8'
26- - ' 2.10'
24+ - ' 2.11'
2725
2826 steps :
2927 - name : Clone the module
30- uses : actions/checkout@v3
28+ uses : actions/checkout@v4
3129
3230 - name : Setup tarantool ${{ matrix.tarantool }}
33- uses : tarantool/setup-tarantool@v2
31+ uses : tarantool/setup-tarantool@v3
3432 with :
3533 tarantool-version : ${{ matrix.tarantool }}
3634
You can’t perform that action at this time.
0 commit comments