Skip to content

Commit

Permalink
run CI on both types of Mac (#272)
Browse files Browse the repository at this point in the history
* run CI on both types of Mac

* test on py3.11

Co-authored-by: Adam Tyson <code@adamltyson.com>

---------

Co-authored-by: Adam Tyson <code@adamltyson.com>
  • Loading branch information
alessandrofelder and adamltyson authored Apr 29, 2024
1 parent 3a859b7 commit 9e1e13f
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 @@ -30,7 +30,9 @@ jobs:
include:
- os: ubuntu-latest
python-version: "3.11"
- os: macos-latest
- os: macos-13 # Intel Mac
python-version: "3.11"
- os: macos-latest # ARM Mac
python-version: "3.10"
- os: windows-latest
python-version: "3.9"
Expand Down

0 comments on commit 9e1e13f

Please sign in to comment.