File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ permissions:
1616jobs :
1717 prepare :
1818 name : Calculate Version and Build Number
19- runs-on : ubuntu-22 .04
19+ runs-on : ubuntu-24 .04
2020
2121 outputs :
2222 version : ${{ steps.version.outputs.value }}
4949
5050 prerelease-tag :
5151 name : Create Prerelease Tag
52- runs-on : ubuntu-22 .04
52+ runs-on : ubuntu-24 .04
5353
5454 needs :
5555 - prepare
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ permissions:
1616jobs :
1717 prepare :
1818 name : Calculate Version and Build Number
19- runs-on : ubuntu-22 .04
19+ runs-on : ubuntu-24 .04
2020
2121 outputs :
2222 build_number : ${{ steps.build_number.outputs.value }}
5151 if : needs.prepare.outputs.new_release == 'true'
5252
5353 name : Create Prerelease Tag
54- runs-on : ubuntu-22 .04
54+ runs-on : ubuntu-24 .04
5555
5656 needs :
5757 - prepare
6969 if : needs.prepare.outputs.new_release == 'true'
7070
7171 name : Draft Release
72- runs-on : ubuntu-22 .04
72+ runs-on : ubuntu-24 .04
7373
7474 needs :
7575 - prepare
Original file line number Diff line number Diff line change 99jobs :
1010 commitlint :
1111 name : Lint commit message
12- runs-on : ubuntu-22 .04
12+ runs-on : ubuntu-24 .04
1313
1414 steps :
1515 - uses : actions/checkout@v4
2121 lint :
2222 if : github.actor != 'renovate[bot]'
2323 name : Lint source code
24- runs-on : ubuntu-22 .04
24+ runs-on : ubuntu-24 .04
2525
2626 steps :
2727 - uses : actions/checkout@v4
8585
8686 validate-docs :
8787 name : Validate Docs
88- runs-on : ubuntu-22 .04
88+ runs-on : ubuntu-24 .04
8989
9090 steps :
9191 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122122 - run : codecov -F py${{ matrix.python-version }}-${{ matrix.os }}-${{ matrix.pandas }}-${{ matrix.numpy }}
123123
124124 test_spark :
125- runs-on : ubuntu-22 .04
125+ runs-on : ubuntu-24 .04
126126 continue-on-error : false
127127 strategy :
128128 matrix :
You can’t perform that action at this time.
0 commit comments