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 committed Apr 29, 2024
1 parent 0141feb commit 3f015c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
os: [ubuntu-latest]
# Include one windows and 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 3f015c4

Please sign in to comment.