Skip to content

Commit 56abb04

Browse files
committed
[FIX] Fix CI issue
1 parent a298830 commit 56abb04

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@ on:
1010

1111
jobs:
1212
test:
13-
runs-on: ${{ matrix.os }}
13+
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
os: [ubuntu-latest, windows-latest, macos-latest]
17-
python-version: ["3.11", "3.12", "3.13"]
16+
python-version: ["3.11", "3.12"]
1817

1918
steps:
2019
- uses: actions/checkout@v4
@@ -39,7 +38,7 @@ jobs:
3938
continue-on-error: true
4039

4140
- name: Upload coverage to Codecov
42-
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12'
41+
if: matrix.python-version == '3.12'
4342
uses: codecov/codecov-action@v4
4443
with:
4544
file: ./coverage.xml

0 commit comments

Comments
 (0)