Skip to content

Commit

Permalink
Merge pull request #543 from larrybradley/test-m1
Browse files Browse the repository at this point in the history
Add CI test with M1 macOS runner
  • Loading branch information
larrybradley authored Feb 1, 2024
2 parents 90c44ad + 4e47167 commit 1a16416
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ jobs:
allow_failure: false
prefix: ''

- os: macos-14
python: '3.11'
tox_env: 'py311-test-alldeps'
allow_failure: false
prefix: 'M1'

- os: windows-latest
python: '3.11'
tox_env: 'py311-test-alldeps'
Expand Down

0 comments on commit 1a16416

Please sign in to comment.