Skip to content

Commit

Permalink
ci: test on all major os
Browse files Browse the repository at this point in the history
  • Loading branch information
doronz88 committed Oct 30, 2024
1 parent ecc87f2 commit f76e785
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
os: [ macos-latest ]
os: [ ubuntu-latest, macos-latest, windows-latest ]

steps:
- uses: actions/checkout@v2
Expand All @@ -24,7 +24,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
brew install blacktop/tap/ipsw
python3 -m pip install --upgrade pip
python3 -m pip install pre-commit
- name: Run pre-commit hooks
Expand Down

0 comments on commit f76e785

Please sign in to comment.