Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
harripd authored May 16, 2024
1 parent b7a11ba commit f6a9c0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [ubuntu-latest, macos-latest] # windows-latest, macos-13, macos-latest]
os: [ubuntu-latest, macos-13] # windows-latest, macos-13, macos-latest]
# python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10"]
python-version: ["3.8", ]
steps:
- uses: actions/checkout@v4
- name: Setup Python ${{matrix.python-version}}
Expand Down

0 comments on commit f6a9c0c

Please sign in to comment.