Skip to content

Commit

Permalink
[FIX] pre-commit: use ubuntu-22.04 / python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
nilshamerlinck committed Jan 15, 2024
1 parent 7e45237 commit 7dce84a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ on:

jobs:
pre-commit:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.11"
- uses: pre-commit/[email protected]
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7dce84a

Please sign in to comment.