Skip to content

Commit 31907d1

Browse files
authored
revert
1 parent 9df4ba9 commit 31907d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
6464
# Use ubuntu-22.04 until Python 3.7 is removed from the test matrix
65-
runs-on: ubuntu-24.04
65+
runs-on: ubuntu-22.04
6666
steps:
6767
- uses: actions/checkout@v4
6868
- name: Set up Python "${{ matrix.python }}"
@@ -154,7 +154,7 @@ jobs:
154154

155155
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
156156
# Use ubuntu-22.04 until Python 3.7 is removed from the test matrix
157-
runs-on: ubuntu-24.04
157+
runs-on: ubuntu-22.04
158158
steps:
159159
- uses: actions/checkout@v4
160160
- name: Set up Python "${{ matrix.python }}"
@@ -258,7 +258,7 @@ jobs:
258258

259259
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
260260
# Use ubuntu-22.04 until Python 3.7 is removed from the test matrix
261-
runs-on: ubuntu-24.04
261+
runs-on: ubuntu-22.04
262262
steps:
263263
- uses: actions/checkout@v4
264264
- name: Set up Python ${{ matrix.python }}
@@ -283,7 +283,7 @@ jobs:
283283

284284
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
285285
# Use ubuntu-22.04 until Python 3.7 is removed from the test matrix
286-
runs-on: ubuntu-24.04
286+
runs-on: ubuntu-22.04
287287
steps:
288288
- uses: actions/checkout@v4
289289
- name: Set up Python ${{ matrix.python }}

0 commit comments

Comments
 (0)