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 ed16aba commit 3e1026e
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 @@ -24,7 +24,9 @@ jobs:
include:
- os: ubuntu-latest
python-version: "3.11"
- 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.9"
Expand Down

0 comments on commit 3e1026e

Please sign in to comment.