Skip to content

Commit

Permalink
try to update to latest runners (#352)
Browse files Browse the repository at this point in the history
* try to update to latest runners

* debug CI

* revert CI debug
  • Loading branch information
shcheklein authored Jul 5, 2024
1 parent cb7814b commit c2b9e24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
fail-fast: false
max-parallel: 3
matrix:
os: [ubuntu-22.04, macos-11, windows-2019]
pyv: ["3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-lasest, macos-latest, windows-latest]
pyv: ["3.9", "3.10", "3.11", "3.12"]

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

0 comments on commit c2b9e24

Please sign in to comment.