Skip to content

Commit

Permalink
test on Windows and Mac OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
stefdoerr committed Jan 22, 2025
1 parent 5fe30b2 commit 8b8bc7b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,14 @@ on:

jobs:
test:
runs-on: "ubuntu-latest"
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest", "macos-13", "windows-2019"]
python-version: ["3.10"] #, "3.9", "3.11", "3.12"]

defaults: # Needed for conda
run:
shell: bash -l {0}
Expand Down

0 comments on commit 8b8bc7b

Please sign in to comment.