Skip to content

Commit

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

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
alessandrofelder and pre-commit-ci[bot] authored Apr 29, 2024
1 parent 6436db4 commit b367220
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 b367220

Please sign in to comment.