Skip to content

Commit

Permalink
ci: run on m1 macos (#275)
Browse files Browse the repository at this point in the history
* ci: run on m1 macos

* Apply suggestions from code review
  • Loading branch information
skshetry authored Jan 30, 2024
1 parent 76eed47 commit edc151c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
pyv: ['3.8', '3.9', '3.10', '3.11', '3.12']
include:
- {os: ubuntu-latest, pyv: 'pypy3.8'}
- {os: macos-14, pyv: '3.12'}

steps:
- name: Check out the repository
Expand Down

0 comments on commit edc151c

Please sign in to comment.