Skip to content

Commit

Permalink
Testing across os.
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-oreilly committed Dec 11, 2024
1 parent fc7f0fa commit e1c5dd4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os:
- ubuntu-latest
- macos-latest # arm64 (Apple Silicon)
- macos-13 # latest Intel release
- windows-latest

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e1c5dd4

Please sign in to comment.