1 parent a298830 commit 56abb04Copy full SHA for 56abb04
1 file changed
.github/workflows/ci.yml
@@ -10,11 +10,10 @@ on:
10
11
jobs:
12
test:
13
- runs-on: ${{ matrix.os }}
+ runs-on: ubuntu-latest
14
strategy:
15
matrix:
16
- os: [ubuntu-latest, windows-latest, macos-latest]
17
- python-version: ["3.11", "3.12", "3.13"]
+ python-version: ["3.11", "3.12"]
18
19
steps:
20
- uses: actions/checkout@v4
@@ -39,7 +38,7 @@ jobs:
39
38
continue-on-error: true
40
41
- name: Upload coverage to Codecov
42
- if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12'
+ if: matrix.python-version == '3.12'
43
uses: codecov/codecov-action@v4
44
with:
45
file: ./coverage.xml
0 commit comments