Skip to content

Commit 23e30d9

Browse files
authored
revert
1 parent 9f259f0 commit 23e30d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
99
# Use ubuntu-22.04 until Python 3.7 is removed from the test matrix
1010
# 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-24.04
11+
runs-on: ubuntu-22.04
1212
strategy:
1313
matrix:
1414
python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']

samples/snippets/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ avro==1.12.0
33
protobuf===4.24.4; python_version == '3.7'
44
protobuf==5.29.2; python_version >= '3.8'
55
avro==1.12.0
6-
opentelemetry-api==1.29.0; python_version == '3.7'
7-
opentelemetry-sdk==1.29.0; python_version == '3.7'
6+
opentelemetry-api===1.22.0; python_version == '3.7'
7+
opentelemetry-sdk===1.22.0; python_version == '3.7'
88
opentelemetry-api==1.29.0; python_version >= '3.8'
99
opentelemetry-sdk==1.29.0; python_version >= '3.8'
1010
opentelemetry-exporter-gcp-trace==1.7.0

0 commit comments

Comments
 (0)