Skip to content

Commit

Permalink
run CI on both types of Mac (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrofelder committed Apr 30, 2024
1 parent 70f751e commit 4ebd237
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@ jobs:
# Run all supported Python versions on linux
python-version: ["3.9", "3.10", "3.11"]
os: [ubuntu-latest]
# Include one windows and macos run
# Include one windows and ARM/Intel macos run
include:
- os: macos-latest
python-version: "3.10"
- os: macos-13 # Intel Mac
python-version: "3.11"
- os: macos-latest # ARM Mac
python-version: "3.11"
- os: windows-latest
python-version: "3.10"

Expand Down

0 comments on commit 4ebd237

Please sign in to comment.