We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e808c98 commit eeee650Copy full SHA for eeee650
synthtool/gcp/templates/python_library/.github/workflows/unittest.yml
@@ -5,7 +5,10 @@ on:
5
name: unittest
6
jobs:
7
unit:
8
- runs-on: ubuntu-latest
+ # 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
12
strategy:
13
matrix:
14
python: {{unit_test_python_versions}}
0 commit comments