Skip to content

Commit

Permalink
Merge pull request #301 from aiven/rominf-macos
Browse files Browse the repository at this point in the history
Add macOS to GitHub Actions

#301
  • Loading branch information
dmitrii-vasilev authored Aug 17, 2022
2 parents f30b306 + 5ed3596 commit 3934dd6
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 3934dd6

Please sign in to comment.