Skip to content

Commit

Permalink
chore(python): Use ubuntu 22.04 for Python 3.7 testing (#2047)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Jan 2, 2025
1 parent e808c98 commit eeee650
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ on:
name: unittest
jobs:
unit:
runs-on: ubuntu-latest
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
# Use ubuntu-22.04 until Python 3.7 is removed from the test matrix
# https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
runs-on: ubuntu-22.04
strategy:
matrix:
python: {{unit_test_python_versions}}
Expand Down

0 comments on commit eeee650

Please sign in to comment.