Skip to content

Commit

Permalink
refactor: remove windows and macOS♻✨
Browse files Browse the repository at this point in the history
  • Loading branch information
hossainchisty committed Nov 19, 2021
1 parent 200d1b3 commit 0cd8c6f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,9 @@ on:

jobs:
build:

runs-on: ubuntu-latest

runs-on: ${{matrix.os}}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
Expand Down

0 comments on commit 0cd8c6f

Please sign in to comment.