Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add darwin and windows CI #178

Merged
merged 17 commits into from
Aug 29, 2024
Prev Previous commit
Next Next commit
feat: try darwin and windows
  • Loading branch information
Greg Lindahl committed Aug 29, 2024
commit 9d3a0427ec118b7c0b5eeff94eff73a7175f1aaf
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ on: [push, pull_request]

jobs:
unit-tests:
##runs-on: ubuntu-latest
#runs-on: ubuntu-latest
runs-on: macos-latest
strategy:
fail-fast: false
#max-parallel: 3
matrix:
#python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.12']
os: ['macos-latest', 'windows-latest']
#os: ['macos-latest', 'windows-latest']

steps:
- name: checkout
Expand Down