File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,11 @@ concurrency:
88
99jobs :
1010 run-linter :
11- runs-on : ubuntu-22 .04
11+ runs-on : ubuntu-24 .04
1212 strategy :
1313 matrix :
1414 python-version :
15- - 3.8.x
16- - 3.9.x
1715 - 3.10.x
18- - 3.11.x
1916
2017 steps :
2118 - name : Checkout this repository
@@ -36,14 +33,14 @@ jobs:
3633 python-version : ${{ matrix.python-version }}
3734
3835 run-tests :
39- runs-on : ubuntu-22 .04
36+ runs-on : ubuntu-24 .04
4037 strategy :
4138 matrix :
4239 python-version :
43- - 3.8.x
4440 - 3.9.x
4541 - 3.10.x
4642 - 3.11.x
43+ - 3.12.x
4744
4845 steps :
4946 - name : Checkout this repository
6865
6966 publish :
7067 needs : [run-linter, run-tests]
71- runs-on : ubuntu-latest
68+ runs-on : ubuntu-24.04
7269 if : github.ref_name == 'dev'
7370
7471 steps :
8784 - name : Publish release
8885 uses : ./actions/py/publish
8986 with :
90- python-version : 3.x
9187 github-token : ${{ secrets.BOT_GITHUB_TOKEN }}
9288 pypi-api-token : ${{ secrets.PYPI_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments