File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 99 if : |
1010 github.event_name == 'push' ||
1111 github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository
12- runs-on : ubuntu-22 .04
12+ runs-on : ubuntu-24 .04
1313 steps :
1414 - uses : actions/checkout@v4
1515
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 : ' crud'
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@v4
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-22 .04
14+ runs-on : ubuntu-24 .04
1515
1616 steps :
1717 - name : Clone the crud module
Original file line number Diff line number Diff line change 4242 vshard-version : " 0.1.36"
4343 - tarantool-version : " master"
4444 vshard-version : " 0.1.36"
45- runs-on : ubuntu-22 .04
45+ runs-on : ubuntu-24 .04
4646 steps :
4747 - uses : actions/checkout@v4
4848
@@ -159,7 +159,7 @@ jobs:
159159 - tarantool-version :
160160 folder : " 3.5"
161161 bundle : " tarantool-enterprise-sdk-gc64-3.5.0-0-r70.linux.x86_64"
162- runs-on : ubuntu-22 .04
162+ runs-on : ubuntu-24 .04
163163 steps :
164164 - uses : actions/checkout@v4
165165
@@ -217,7 +217,7 @@ jobs:
217217 - tarantool-version : " master"
218218 vshard-version : " 0.1.36"
219219 fail-fast : false
220- runs-on : ubuntu-22 .04
220+ runs-on : ubuntu-24 .04
221221 steps :
222222 - uses : actions/checkout@v4
223223
You can’t perform that action at this time.
0 commit comments