Skip to content

Commit 973e303

Browse files
committed
fix/update/cicd
1 parent a9ab4eb commit 973e303

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
strategy:
4545
fail-fast: false
4646
matrix:
47-
os: [ ubuntu-latest ]
47+
os: [ubuntu-latest, macos-latest, windows-latest]
4848
needs: build-test-images
4949
steps:
5050
- uses: actions/checkout@v5

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: [ ubuntu-latest, windows-latest ]
17-
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" , "3.14" , "3.15" ]
16+
os: [ubuntu-latest, macos-latest, windows-latest]
17+
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" , "3.14" ]
1818
steps:
1919
- uses: actions/checkout@v6
2020
- name: Setup Python

.github/workflows/pytest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
os: [ ubuntu-latest, windows-latest ]
21-
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" , "3.14" , "3.15" ]
20+
os: [ubuntu-latest, macos-latest, windows-latest]
21+
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" , "3.14" ]
2222
env:
2323
PYTHONUTF8: "1"
2424
PYTHONPATH: ${{ github.workspace }}/service

0 commit comments

Comments
 (0)