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 2121jobs :
2222 prepare :
2323 name : Get Current version
24- runs-on : ubuntu-22 .04
24+ runs-on : ubuntu-24 .04
2525
2626 outputs :
2727 version : ${{ steps.version.outputs.value }}
4646
4747 publish-docs :
4848 name : Publish Docs
49- runs-on : ubuntu-22 .04
49+ runs-on : ubuntu-24 .04
5050
5151 needs :
5252 - 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 1010jobs :
1111 package :
1212 name : Build and Package
13- runs-on : ubuntu-22 .04
13+ runs-on : ubuntu-24 .04
1414
1515 steps :
1616 - uses : actions/checkout@v4
5353
5454 upload-assets :
5555 name : Upload Assets to Release
56- runs-on : ubuntu-22 .04
56+ runs-on : ubuntu-24 .04
5757
5858 needs : package
5959
7171
7272 publish-pypi :
7373 name : Publish packages to PyPi
74- runs-on : ubuntu-22 .04
74+ runs-on : ubuntu-24 .04
7575 needs : package
7676 permissions :
7777 id-token : write
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