Skip to content

Commit

Permalink
Cover more operating systems
Browse files Browse the repository at this point in the history
  • Loading branch information
tpeulen committed Dec 3, 2024
1 parent 637cb9d commit 4718b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
python-version: ["3.10"]
steps:
- name: Checkout Repository
Expand Down

0 comments on commit 4718b90

Please sign in to comment.