27
27
# Use python 3.10 for docs to match the version for the sphinx plugin
28
28
# https://github.com/googleapis/synthtool/pull/1891
29
29
with :
30
- python-version : " 3.13 "
30
+ python-version : " 3.10 "
31
31
cache : ' pip'
32
32
- name : Install nox.
33
33
run : python -m pip install nox
42
42
# Use python 3.10 for docs to match the version for the sphinx plugin
43
43
# https://github.com/googleapis/synthtool/pull/1891
44
44
with :
45
- python-version : " 3.13 "
45
+ python-version : " 3.10 "
46
46
cache : ' pip'
47
47
- name : Install nox.
48
48
run : python -m pip install nox
77
77
78
78
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
79
79
# Use ubuntu-22.04 until Python 3.7 is removed from the test matrix
80
- runs-on : ubuntu-24 .04
80
+ runs-on : ubuntu-22 .04
81
81
steps :
82
82
- uses : actions/checkout@v4
83
83
- name : Set up Python "${{ matrix.python }}"
@@ -169,7 +169,7 @@ jobs:
169
169
170
170
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
171
171
# Use ubuntu-22.04 until Python 3.7 is removed from the test matrix
172
- runs-on : ubuntu-24 .04
172
+ runs-on : ubuntu-22 .04
173
173
steps :
174
174
- uses : actions/checkout@v4
175
175
- name : Set up Python "${{ matrix.python }}"
@@ -273,7 +273,7 @@ jobs:
273
273
274
274
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
275
275
# Use ubuntu-22.04 until Python 3.7 is removed from the test matrix
276
- runs-on : ubuntu-24 .04
276
+ runs-on : ubuntu-22 .04
277
277
steps :
278
278
- uses : actions/checkout@v4
279
279
- name : Set up Python ${{ matrix.python }}
@@ -298,7 +298,7 @@ jobs:
298
298
299
299
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
300
300
# Use ubuntu-22.04 until Python 3.7 is removed from the test matrix
301
- runs-on : ubuntu-24 .04
301
+ runs-on : ubuntu-22 .04
302
302
steps :
303
303
- uses : actions/checkout@v4
304
304
- name : Set up Python ${{ matrix.python }}
0 commit comments