Skip to content

Commit

Permalink
update runners
Browse files Browse the repository at this point in the history
  • Loading branch information
PicoCentauri committed Feb 13, 2025
1 parent feb10b0 commit 0a4af31
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 @@ -11,8 +11,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, macos-14, windows-2022]
python-version: ["3.0", "3.13"]
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.10", "3.13"]

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

0 comments on commit 0a4af31

Please sign in to comment.