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 13, 2024
1 parent d07b082 commit a1d33bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
pull-request-coverage:
name: Check Pull Request Coverage
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
GITHUB_PR_NUMBER: ${{github.event.pull_request.number}}
steps:
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
main-coverage:
name: Update Base Coverage
if: github.ref_name == inputs.base-branch
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
GITHUB_PR_NUMBER: ${{github.event.pull_request.number}}
steps:
Expand Down

0 comments on commit a1d33bd

Please sign in to comment.