Skip to content

Commit eeee650

Browse files
authored
chore(python): Use ubuntu 22.04 for Python 3.7 testing (#2047)
1 parent e808c98 commit eeee650

File tree

1 file changed

+4
-1
lines changed
  • synthtool/gcp/templates/python_library/.github/workflows

1 file changed

+4
-1
lines changed

synthtool/gcp/templates/python_library/.github/workflows/unittest.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ on:
55
name: unittest
66
jobs:
77
unit:
8-
runs-on: ubuntu-latest
8+
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
9+
# Use ubuntu-22.04 until Python 3.7 is removed from the test matrix
10+
# 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
11+
runs-on: ubuntu-22.04
912
strategy:
1013
matrix:
1114
python: {{unit_test_python_versions}}

0 commit comments

Comments
 (0)