From 4df9762a0f7e3c6e82441598145165dcdc16ea7b Mon Sep 17 00:00:00 2001 From: Mohamed Awnallah Date: Wed, 30 Jul 2025 04:00:00 +0000 Subject: [PATCH] .github: remove `ubuntu-latest` environment from ml --- .github/workflows/beam_PostCommit_Python.yml | 3 ++- .github/workflows/beam_PreCommit_Python_ML.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/beam_PostCommit_Python.yml b/.github/workflows/beam_PostCommit_Python.yml index 81a0c64080ca..4fc76c50b00e 100644 --- a/.github/workflows/beam_PostCommit_Python.yml +++ b/.github/workflows/beam_PostCommit_Python.yml @@ -67,7 +67,8 @@ jobs: # self-hosted runners due to Docker-in-Docker environment constraint. # These tests will only execute on ubuntu-latest (GitHub-hosted). # Context: https://github.com/apache/beam/pull/35585 - os: [[self-hosted, ubuntu-20.04, highmem22], [ubuntu-latest]] + # Temporary removed the ubuntu-latest env till resolving deps issues. + os: [[self-hosted, ubuntu-20.04, highmem22]] if: | github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request_target' || diff --git a/.github/workflows/beam_PreCommit_Python_ML.yml b/.github/workflows/beam_PreCommit_Python_ML.yml index 4be0ea1f0e7d..691c21af3ecb 100644 --- a/.github/workflows/beam_PreCommit_Python_ML.yml +++ b/.github/workflows/beam_PreCommit_Python_ML.yml @@ -71,7 +71,8 @@ jobs: # self-hosted runners due to Docker-in-Docker environment constraint. # These tests will only execute on ubuntu-latest (GitHub-hosted). # Context: https://github.com/apache/beam/pull/35585 - os: [[self-hosted, ubuntu-20.04, main], [ubuntu-latest]] + # Temporary removed the ubuntu-latest env till resolving deps issues. + os: [[self-hosted, ubuntu-20.04, main]] if: | github.event_name == 'push' || github.event_name == 'pull_request_target' ||