Skip to content

Commit

Permalink
Add CI test with M1 macOS runner
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybradley committed Feb 1, 2024
1 parent 90c44ad commit 4e47167
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 4e47167

Please sign in to comment.