Skip to content

Commit

Permalink
run CI on both types of Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrofelder authored Apr 29, 2024
1 parent 118c7e7 commit d23ccc6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ 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
- os: macos-13 # Intel Mac
python-version: "3.10"
- os: macos-latest # ARM Mac
python-version: "3.10"
- os: windows-latest
python-version: "3.10"
Expand Down

0 comments on commit d23ccc6

Please sign in to comment.