Skip to content

Commit

Permalink
Add macOS to GitHub Actions
Browse files Browse the repository at this point in the history
macOS is quite popular among developers, let's test our client on it.
  • Loading branch information
Roman Inflianskas committed Aug 17, 2022
1 parent f30b306 commit 5ed3596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9']
os: [ubuntu-latest, windows-latest]
os: [macos-latest, ubuntu-latest, windows-latest]

steps:
- id: checkout-code
Expand Down

0 comments on commit 5ed3596

Please sign in to comment.