This is an automated email from the ASF dual-hosted git repository.

vterentev pushed a commit to branch fix-java-solace-workflow
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 7c66d61ccc99264bbf6e71fb2a45c36ab5562bd4
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Mon Jun 16 11:58:15 2025 +0400

    Fix runner ubuntu version
---
 .github/workflows/beam_PreCommit_Java_Solace_IO_Direct.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/beam_PreCommit_Java_Solace_IO_Direct.yml 
b/.github/workflows/beam_PreCommit_Java_Solace_IO_Direct.yml
index 57d2af9492a..67c10560587 100644
--- a/.github/workflows/beam_PreCommit_Java_Solace_IO_Direct.yml
+++ b/.github/workflows/beam_PreCommit_Java_Solace_IO_Direct.yml
@@ -74,7 +74,7 @@ jobs:
       (github.event_name == 'schedule' && github.repository == 'apache/beam') 
||
       github.event_name == 'workflow_dispatch' ||
       github.event.comment.body == 'Run Java_Solace_IO_Direct PreCommit'
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-latest
     steps:
     - uses: actions/checkout@v4
     - name: Setup repository

Reply via email to