Skip to content

Commit 9f60276

Browse files
committed
chore: update GH WF
1 parent e057135 commit 9f60276

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/cicd.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,11 @@ concurrency:
88

99
jobs:
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
@@ -68,7 +65,7 @@ jobs:
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:
@@ -87,6 +84,5 @@ jobs:
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 }}

0 commit comments

Comments
 (0)