Skip to content

Commit

Permalink
ci: use ubuntu-22.04 to support python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
percevalw authored Dec 16, 2024
1 parent ca31fe5 commit ef01561
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 @@ -27,7 +27,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 @@ -81,7 +81,7 @@ jobs:
coverage-branch: coverage

Documentation:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand All @@ -101,7 +101,7 @@ jobs:
mkdocs build --clean
Installation:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit ef01561

Please sign in to comment.