Skip to content

Commit

Permalink
Fix runs-on
Browse files Browse the repository at this point in the history
  • Loading branch information
edeca committed Jan 7, 2025
1 parent d70e2f8 commit 2d1862b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push]
jobs:
test:
name: test with ${{ matrix.python-version }} on ${{ matrix.os }}
runs-on:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
Expand Down

0 comments on commit 2d1862b

Please sign in to comment.