Skip to content

Commit

Permalink
omit macos from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreFCruz committed May 6, 2024
1 parent fb11252 commit c508c56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ["3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest]
python-version: ["3.9"]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit c508c56

Please sign in to comment.