Skip to content

Commit

Permalink
correct os name
Browse files Browse the repository at this point in the history
  • Loading branch information
hover2pi committed Apr 22, 2022
1 parent 9a738a3 commit dba4d2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
matrix:
include:
- name: Unit tests Python 3.7
os: osx-latest
os: macos-latest
python-version: 3.7
extras: test
test-command: pytest

- name: Unit tests Python 3.8
os: osx-latest
os: macos-latest
python-version: 3.8
extras: test
test-command: pytest
Expand Down

0 comments on commit dba4d2f

Please sign in to comment.