Skip to content

Commit

Permalink
Stop being silly (fix changing wrong CI job)
Browse files Browse the repository at this point in the history
  • Loading branch information
robsdedude committed Jan 15, 2025
1 parent b99cfcc commit 80706df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
pre-commit:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand All @@ -18,7 +18,7 @@ jobs:
- run: pip install -Ur requirements.txt
- uses: pre-commit/action@v3.0.0
tests:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
Expand Down

0 comments on commit 80706df

Please sign in to comment.