Skip to content

Commit

Permalink
pin to ubuntu22.04 to support python3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
czaloom committed Oct 15, 2024
1 parent 4de0750 commit f457c9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/client-api-tests-and-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,10 @@ jobs:
client-unit-tests:
env:
COVERAGE_FILE: .coverage.client-unit-tests
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
python: ["3.7.1", "3.8", "3.9", "3.10", "3.11"]
python: ["3.7", "3.8", "3.9", "3.10", "3.11"]
defaults:
run:
working-directory: ./client
Expand Down

0 comments on commit f457c9a

Please sign in to comment.