Skip to content

Commit

Permalink
ci: use ubuntu-22.04 in ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
percevalw authored Dec 18, 2024
1 parent a1d33bd commit 089b8e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
Linting:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand All @@ -25,7 +25,7 @@ jobs:
run: SKIP=no-commit-to-branch pre-commit run --all-files

Pytest:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: true
matrix:
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
coverage-branch: coverage

Installation:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 089b8e5

Please sign in to comment.