Skip to content

Commit edc151c

Browse files
authored
ci: run on m1 macos (#275)
* ci: run on m1 macos * Apply suggestions from code review
1 parent 76eed47 commit edc151c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
pyv: ['3.8', '3.9', '3.10', '3.11', '3.12']
2525
include:
2626
- {os: ubuntu-latest, pyv: 'pypy3.8'}
27+
- {os: macos-14, pyv: '3.12'}
2728

2829
steps:
2930
- name: Check out the repository

0 commit comments

Comments
 (0)