Skip to content

Commit

Permalink
try to update to latest runners
Browse files Browse the repository at this point in the history
  • Loading branch information
shcheklein authored Jul 5, 2024
1 parent cb7814b commit 926e598
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 926e598

Please sign in to comment.