Skip to content

Commit ac654fd

Browse files
authored
Merge pull request #35734 from mohamedawnallah/revertUbuntuLatest
2 parents 749e274 + 4df9762 commit ac654fd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/beam_PostCommit_Python.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ jobs:
6767
# self-hosted runners due to Docker-in-Docker environment constraint.
6868
# These tests will only execute on ubuntu-latest (GitHub-hosted).
6969
# Context: https://github.com/apache/beam/pull/35585
70-
os: [[self-hosted, ubuntu-20.04, highmem22], [ubuntu-latest]]
70+
# Temporary removed the ubuntu-latest env till resolving deps issues.
71+
os: [[self-hosted, ubuntu-20.04, highmem22]]
7172
if: |
7273
github.event_name == 'workflow_dispatch' ||
7374
github.event_name == 'pull_request_target' ||

.github/workflows/beam_PreCommit_Python_ML.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ jobs:
7171
# self-hosted runners due to Docker-in-Docker environment constraint.
7272
# These tests will only execute on ubuntu-latest (GitHub-hosted).
7373
# Context: https://github.com/apache/beam/pull/35585
74-
os: [[self-hosted, ubuntu-20.04, main], [ubuntu-latest]]
74+
# Temporary removed the ubuntu-latest env till resolving deps issues.
75+
os: [[self-hosted, ubuntu-20.04, main]]
7576
if: |
7677
github.event_name == 'push' ||
7778
github.event_name == 'pull_request_target' ||

0 commit comments

Comments
 (0)