Skip to content

Commit

Permalink
added windows-latest and macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jacanchaplais committed Sep 11, 2024
1 parent cdf3102 commit ed17f0a
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 @@ -8,8 +8,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-13]
pyver: ["3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-latest, macos-13, macos-latest, windows-latest]
pyver: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v3
- uses: mamba-org/setup-micromamba@v1
Expand Down

0 comments on commit ed17f0a

Please sign in to comment.