Skip to content

Commit

Permalink
ci: Update runner images
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicolodi committed Nov 4, 2024
1 parent e099790 commit 6bd8475
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,18 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
platform: ['macos-12', 'ubuntu-20.04', 'windows-2022']
python:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- '3.12'
- '3.13'
platform:
- macos-latest
- ubuntu-latest
- windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 6bd8475

Please sign in to comment.