Skip to content

Commit

Permalink
update test architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
nsheff committed Oct 10, 2024
1 parent ac80707 commit 31c1c3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.7", "3.10"]
os: [ubuntu-latest, macos-latest]
python-version: ["3.8", "3.10"]
os: [ubuntu-latest]

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

0 comments on commit 31c1c3b

Please sign in to comment.