Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Oct 10, 2024
1 parent 3466cd6 commit b45d2d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ on:

jobs:
lint:
# TODO: Use `latest` once we drop support for Python 3.7
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand All @@ -20,7 +19,8 @@ jobs:
- name: Lint
run: make lint
run-tests:
runs-on: ubuntu-latest
# TODO: Use `latest` once we drop support for Python 3.7
runs-on: ubuntu-22.04
strategy:
matrix:
pythonversion: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
Expand Down

0 comments on commit b45d2d5

Please sign in to comment.