Skip to content

Commit

Permalink
more work on workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeliza committed Aug 29, 2024
1 parent d60f51e commit b30651a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [macos-13, macos-14, ubuntu-latest, windows-latest]
platform: [macos-latest, ubuntu-latest, windows-latest]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
exclude:
- os: macos-14
- os: macos-latest
python-version: "3.7"
runs-on: ${{ matrix.platform }}

Expand Down

0 comments on commit b30651a

Please sign in to comment.