Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit d7318cd

Browse files
committed
Test on all OSs
This adds Windows and MacOS to our CI test matrix.
1 parent c602edd commit d7318cd

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,16 +70,12 @@ jobs:
7070
codecovcli create-report -t ${{ secrets.CODECOV_TOKEN }} --git-service github
7171
7272
build-test-upload:
73-
runs-on: ubuntu-latest
7473
strategy:
7574
fail-fast: false
7675
matrix:
77-
include:
78-
- python-version: "3.13"
79-
- python-version: "3.12"
80-
- python-version: "3.11"
81-
- python-version: "3.10"
82-
- python-version: "3.9"
76+
os: [ubuntu-latest, windows-latest, macos-latest]
77+
python-version: ["3.13", "3.12", "3.11", "3.10", "3.9"]
78+
runs-on: ${{matrix.os}}
8379
steps:
8480
- uses: actions/checkout@v4
8581
with:

0 commit comments

Comments
 (0)