File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
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-22 .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-22 .04
30+ runs-on : ubuntu-24 .04
3131 needs : version-check
3232
3333 strategy :
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-22 .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-22 .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-22 .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-latest
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 1515 if : github.event_name == 'push' ||
1616 github.event.pull_request.head.repo.full_name != github.repository
1717
18- runs-on : ubuntu-22 .04
18+ runs-on : ubuntu-24 .04
1919
2020 strategy :
2121 fail-fast : false
You can’t perform that action at this time.
0 commit comments