Skip to content

Commit

Permalink
more work on workflow - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeliza committed Aug 29, 2024
1 parent b30651a commit 5d9e7ce
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-latest, ubuntu-latest, windows-latest]
os: [macos-13, macos-14, ubuntu-latest, windows-latest]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
exclude:
- os: macos-latest
- os: macos-14
python-version: "3.7"
runs-on: ${{ matrix.platform }}

Expand Down

0 comments on commit 5d9e7ce

Please sign in to comment.